Skip to content

Commit a256ace

Browse files
authored
Update maintainer_workflows.yml
1 parent b758c2c commit a256ace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maintainer_workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Maintainer Workflows
33
on:
44
# Triggers the workflow on push or pull request events but only for the "main" branch
55
push:
6-
branches: [ "main" ]
6+
branches: [ "master" ]
77
pull_request:
8-
branches: [ "main" ]
8+
branches: [ "master" ]
99
types: [opened, reopened, edited]
1010

1111
jobs:
@@ -16,4 +16,4 @@ jobs:
1616
- name: Run solutionid validator
1717
run: |
1818
chmod u+x ./.github/solutionid_validator.sh
19-
./.github/solutionid_validator.sh ${{ vars.SOLUTIONID }}
19+
./.github/solutionid_validator.sh ${{ vars.SOLUTIONID }}

0 commit comments

Comments
 (0)