Skip to content

Commit e8d5b05

Browse files
Merge pull request #24 from nicholaschiasson/patch/rerun-the-pipeline
Allow the pipeline to run on changes to the workflow file
2 parents 201c8b5 + ac751d2 commit e8d5b05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
- '**.rs'
99
- 'Cargo.toml'
1010
- 'Cargo.lock'
11+
- '.github/workflows/rust.yml'
1112
pull_request:
1213
paths:
1314
- '**.rs'
1415
- 'Cargo.toml'
1516
- 'Cargo.lock'
17+
- '.github/workflows/rust.yml'
1618
# Allows you to run this workflow manually from the Actions tab
1719
workflow_dispatch:
1820

0 commit comments

Comments
 (0)