Skip to content

Commit 4ad2a43

Browse files
authored
Merge pull request #8 from amusarra/fix/github-action-pdf
Ignore branch main & master
2 parents 2ed47f6 + 8eaeafd commit 4ad2a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-pdf.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Generate and Commit eBook PDF via Asciidoctor
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'main'
7+
- 'master'
58
paths:
69
- '**.adoc' # Trigger on changes to .adoc files
710
workflow_dispatch: # Allow manual triggering

0 commit comments

Comments
 (0)