Skip to content

Commit

Permalink
ci: only run jampack on main (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Twente <[email protected]>
  • Loading branch information
maehr and mtwente authored Aug 20, 2024
1 parent c0bfd6b commit 96dd5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
to: html

- name: JamPack
if: github.event_name != 'pull_request'
run: |
npx @divriots/jampack .
Expand Down

0 comments on commit 96dd5f3

Please sign in to comment.