Skip to content

Commit

Permalink
Add wildcard to run action on any branch push.
Browse files Browse the repository at this point in the history
Add a wildcard to run action on any branch push.
  • Loading branch information
wmat committed Aug 8, 2024
1 parent 01be854 commit dcad725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
push:
branches:
- main
- '*'

jobs:
build:
Expand Down

0 comments on commit dcad725

Please sign in to comment.