We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d68f0 commit 576fc7bCopy full SHA for 576fc7b
.github/workflows/pull_request.yml
@@ -14,6 +14,8 @@ on:
14
- "rustfmt.toml"
15
# or in js packages
16
- "packages/**"
17
+ # or in workflows
18
+ - ".github/workflows/**"
19
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
0 commit comments