Skip to content

Commit

Permalink
Build every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danieletorelli committed Aug 19, 2024
1 parent b6069de commit 5432ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
push:
branches: [main]
branches: ["**"]
release:
types:
- published
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest

needs: [test]
if: github.event_name != 'pull_request'
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5432ead

Please sign in to comment.