Skip to content

Commit

Permalink
Fixed workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug committed Jun 28, 2024
1 parent 7962ff4 commit e78acc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build PDF files for modified Typst sources
on:
workflow_dispatch:
push:
branches: [ main, workflow_dispatch ]
branches: [ main ]

env:
OUTPUT_PATH: pdf
Expand Down

0 comments on commit e78acc6

Please sign in to comment.