Skip to content

Commit

Permalink
Trigger CI workflow when the workflow file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed Jul 28, 2024
1 parent 91124f4 commit 677571a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
name: Check Universal Module

on:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions#onpushpull_requestpaths
# More helpful: https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events
workflow_dispatch: {}
push:
branches:
# If this isn't defined then all PR tests will be run twice
- master
paths:
- '*'
- '.github/workflows/Module.yml'
- '!*.md'
pull_request:
paths:
- '*'
- '.github/workflows/Module.yml'
- '!*.md'

jobs:
Expand Down

0 comments on commit 677571a

Please sign in to comment.