Skip to content

Commit 5f95b80

Browse files
authored
ci: run CheckAllowedDirs on all branches (#581)
1 parent c43bc1c commit 5f95b80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/allowed_dirs.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: CheckAllowedDirs
22

33
on:
44
push:
5-
branches: [ main ]
65
pull_request:
7-
branches: [ main ]
86

97
jobs:
108
build:
11-
if: ${{ vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).allowed_dirs == true}}
129
runs-on: ubuntu-latest
1310

1411
steps:

0 commit comments

Comments
 (0)