Skip to content

Commit d2a10d9

Browse files
authored
Updated validate-submodule CI to use branch filter (#239)
1 parent fecc39d commit d2a10d9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/validate-submodule.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ permissions: {}
33

44
on:
55
pull_request:
6-
types: [opened, synchronize, reopened]
6+
branches:
7+
- capabilities-development
78
push:
8-
branches: [capabilities-development]
9+
branches:
10+
- capabilities-development
911

1012
jobs:
1113
validate-submodule:
12-
if: github.event_name == 'push' || github.base_ref == 'capabilities-development'
1314
permissions:
1415
contents: read
1516
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)