Skip to content

Commit b1c7ae0

Browse files
authored
Adjust branch configuration for CI
1 parent 0951dad commit b1c7ae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rustfmt.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches: [ staging, trying, master ]
4+
pull_request:
25

36
name: Code formatting check
47

0 commit comments

Comments
 (0)