Skip to content

Commit

Permalink
adds CI head commit to trigger quarto publishing #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed May 25, 2024
1 parent bfa356a commit fc76b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build-deploy:
if: "contains(github.event.head_commit.message, 'CI')"
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-slide-rerun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build-deploy:
if: "contains(github.event.head_commit.message, 'CI')"
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit fc76b63

Please sign in to comment.