Skip to content

Commit

Permalink
workflow: Fix branch triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Jan 6, 2025
1 parent 6550117 commit 26d9290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: LibJWT Build, Unit Tests, and Coverage
on:
workflow_dispatch:
push:
branches: [ "test-builds" ]
branches: [ "master" ]
paths-ignore:
- "doxygen/**"
- ".github/**"
- "images/**"
pull_request:
branches: [ "test-builds" ]
branches: [ "master" ]
paths-ignore:
- "doxygen/**"
- ".github/**"
Expand Down

0 comments on commit 26d9290

Please sign in to comment.