We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b758c2c commit a256aceCopy full SHA for a256ace
.github/workflows/maintainer_workflows.yml
@@ -3,9 +3,9 @@ name: Maintainer Workflows
3
on:
4
# Triggers the workflow on push or pull request events but only for the "main" branch
5
push:
6
- branches: [ "main" ]
+ branches: [ "master" ]
7
pull_request:
8
9
types: [opened, reopened, edited]
10
11
jobs:
@@ -16,4 +16,4 @@ jobs:
16
- name: Run solutionid validator
17
run: |
18
chmod u+x ./.github/solutionid_validator.sh
19
- ./.github/solutionid_validator.sh ${{ vars.SOLUTIONID }}
+ ./.github/solutionid_validator.sh ${{ vars.SOLUTIONID }}
0 commit comments