Skip to content

Commit

Permalink
Update dynamic_folder_index.yml
Browse files Browse the repository at this point in the history
Trigger CI on changes to any `.rdfx` files,  not just `.rdfe`. 
Also include `main` branch under triggers, in case it ever changes.
  • Loading branch information
nil4 committed Aug 8, 2023
1 parent 8cf6eb4 commit d5d26d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dynamic_folder_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: Dynamic Folder Index CI
on:
push:
# Only trigger this on master branch
branches: [ master ]
branches: [ main, master ]

paths:
# Only trigger this on changes to .rdfe files within the "Dynamic Folder" folder
# Only trigger this on changes to .rdfe and .rdfx files within the "Dynamic Folder" folder
- "Dynamic Folder/**.rdfe"
- "Dynamic Folder/**.rdfx"

# Allow us to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit d5d26d4

Please sign in to comment.