We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed47f6 + 8eaeafd commit 4ad2a43Copy full SHA for 4ad2a43
.github/workflows/generate-pdf.yml
@@ -2,6 +2,9 @@ name: Generate and Commit eBook PDF via Asciidoctor
2
3
on:
4
push:
5
+ branches-ignore:
6
+ - 'main'
7
+ - 'master'
8
paths:
9
- '**.adoc' # Trigger on changes to .adoc files
10
workflow_dispatch: # Allow manual triggering
0 commit comments