Skip to content

Commit

Permalink
Run build github action on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jun 19, 2024
1 parent cbbe949 commit 442ede0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
branches:
- main
- next
- develop
push:
branches:
- main
- next
- develop

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- next

jobs:
release:
Expand Down

0 comments on commit 442ede0

Please sign in to comment.