Skip to content

Commit

Permalink
⬆️ Add workflow file trigger for YAML changes in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Nov 16, 2024
1 parent c95f43d commit 5289a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "**/*.java" # Trigger on any Java file change
- "**/*.xml" # Trigger on any xml file change
- "**/Dockerfile*" # Trigger on any Dockerfile change
- ".github/workflows/*.yml" # Trigger on any workflow file change

jobs:
# Build and test the project
Expand Down

0 comments on commit 5289a0a

Please sign in to comment.