Skip to content

Commit 576fc7b

Browse files
committed
fix: run ci for workflows
1 parent 33d68f0 commit 576fc7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pull_request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- "rustfmt.toml"
1515
# or in js packages
1616
- "packages/**"
17+
# or in workflows
18+
- ".github/workflows/**"
1719

1820
concurrency:
1921
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}

0 commit comments

Comments
 (0)