Skip to content

Commit

Permalink
Merge pull request #8 from amusarra/fix/github-action-pdf
Browse files Browse the repository at this point in the history
Ignore branch main & master
  • Loading branch information
amusarra authored Jul 15, 2024
2 parents 2ed47f6 + 8eaeafd commit 4ad2a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Generate and Commit eBook PDF via Asciidoctor

on:
push:
branches-ignore:
- 'main'
- 'master'
paths:
- '**.adoc' # Trigger on changes to .adoc files
workflow_dispatch: # Allow manual triggering
Expand Down

0 comments on commit 4ad2a43

Please sign in to comment.