Skip to content

Commit 145b533

Browse files
CI: Attempt to fix workflows not being triggered when their file is changed
1 parent bfdb8ac commit 145b533

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '**.rs'
1010
- '**.toml'
1111
- '**.lock'
12+
- '.github/workflows/linux.yml'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
@@ -17,6 +18,7 @@ on:
1718
- '**.rs'
1819
- '**.toml'
1920
- '**.lock'
21+
- '.github/workflows/linux.yml'
2022

2123
env:
2224
CARGO_TERM_COLOR: always

.github/workflows/macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '**.rs'
1010
- '**.toml'
1111
- '**.lock'
12+
- '.github/workflows/macos.yml'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
@@ -17,6 +18,7 @@ on:
1718
- '**.rs'
1819
- '**.toml'
1920
- '**.lock'
21+
- '.github/workflows/macos.yml'
2022

2123
env:
2224
CARGO_TERM_COLOR: always

.github/workflows/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '**.rs'
1010
- '**.toml'
1111
- '**.lock'
12+
- '.github/workflows/windows.yml'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
@@ -17,6 +18,7 @@ on:
1718
- '**.rs'
1819
- '**.toml'
1920
- '**.lock'
21+
- '.github/workflows/windows.yml'
2022
workflow_dispatch:
2123

2224
env:

0 commit comments

Comments
 (0)