Skip to content

Commit 677571a

Browse files
committed
Trigger CI workflow when the workflow file changes
1 parent 91124f4 commit 677571a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Module.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
name: Check Universal Module
44

55
on:
6-
# https://help.github.com/en/articles/workflow-syntax-for-github-actions#onpushpull_requestpaths
7-
# More helpful: https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events
6+
workflow_dispatch: {}
87
push:
98
branches:
109
# If this isn't defined then all PR tests will be run twice
1110
- master
1211
paths:
1312
- '*'
13+
- '.github/workflows/Module.yml'
1414
- '!*.md'
1515
pull_request:
1616
paths:
1717
- '*'
18+
- '.github/workflows/Module.yml'
1819
- '!*.md'
1920

2021
jobs:

0 commit comments

Comments
 (0)