Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 20, 2023
1 parent e5eaa09 commit a9f6bea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build

on:
push:
branches:
- main
pull_request:
branches:
- main
# TODO uncomment this
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
jobs:
setup:
name: Setup
runs-on: [ubuntu-latest]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit a9f6bea

Please sign in to comment.