Skip to content

Commit b640aa9

Browse files
committed
Trigger release workflow when workflow file changes
1 parent 0fc7122 commit b640aa9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
- '5.0/**'
99
- 'docker/**'
1010
- 'Makefile'
11+
- '.github/workflows/main.yml'
1112
pull_request:
1213
paths:
1314
- '5.0/**'
1415
- 'docker/**'
1516
- 'Makefile'
17+
- '.github/workflows/main.yml'
1618

1719
jobs:
1820
build:

0 commit comments

Comments
 (0)