Skip to content

Commit ea9a352

Browse files
chore: allow resource checks to run on main and master branches
1 parent 0860d46 commit ea9a352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/resource-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Static Resource Checking
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main, master ]
55
pull_request:
66

77
jobs:

0 commit comments

Comments
 (0)