Skip to content

Commit

Permalink
run build workflow if .gitmodules/.gitignore change
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Nov 22, 2023
1 parent 6798893 commit 2a80b42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
# FIXME(qix-): DRY this up when\b\bif actions/runner#1182 is ever fixed.
paths:
- '.github/workflows/build.yml'
- `.gitmodules'
- `.gitignore'
- 'oro-*/**'
- 'triple/**'
- 'Cargo.toml'
Expand All @@ -13,6 +15,8 @@ on:
pull_request:
paths:
- '.github/workflows/build.yml'
- `.gitmodules'
- `.gitignore'
- 'oro-*/**'
- 'triple/**'
- 'Cargo.toml'
Expand Down

0 comments on commit 2a80b42

Please sign in to comment.