Skip to content

Commit

Permalink
fix self-referential github actions config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Nov 22, 2023
1 parent 5c940c0 commit f9f7b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
# FIXME(qix-): DRY this up when\b\bif actions/runner#1182 is ever fixed.
paths:
- '.github/workflows/build.yml'
- '.github/workflows/build-x64.yml'
- '.gitmodules'
- '.gitignore'
- 'oro-*/**'
Expand All @@ -14,7 +14,7 @@ on:
- 'rust-toolchain.toml'
pull_request:
paths:
- '.github/workflows/build.yml'
- '.github/workflows/build-x64.yml'
- '.gitmodules'
- '.gitignore'
- 'oro-*/**'
Expand Down

0 comments on commit f9f7b55

Please sign in to comment.