Skip to content

Commit

Permalink
Update checklistMarkdownToPDF.yml
Browse files Browse the repository at this point in the history
Added branch filter to on pull request trigger
  • Loading branch information
natalialuzuriaga authored Nov 18, 2024
1 parent ba67649 commit 29f9b3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checklistMarkdownToPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
types: [opened, synchronize]
# Paths can be used to only trigger actions when you have edited checklist files
branches:
- 'checklists/**'
paths:
- 'tier*/checklist.md'

Expand Down Expand Up @@ -63,4 +65,4 @@ jobs:
with:
commit_message: "Updated ${{ matrix.tier }} checklist pdf"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 29f9b3a

Please sign in to comment.