There was an error while loading. Please reload this page.
1 parent deb24f9 commit 419c3e8Copy full SHA for 419c3e8
1 file changed
.github/workflows/main.yml
@@ -8,10 +8,10 @@ jobs:
8
9
steps:
10
- uses: actions/checkout@v2
11
+ - uses: nelonoel/branch-name@v1
12
- name: Run a one-line script
13
run: echo Hello, world!
- - uses: nelonoel/branch-name@v1
14
- - run: echo ${BRANCH_NAME}
+ - run: echo ${BRANCH_NAME} | grep -P -q '/w(?:eek)?[-_]?(\d{1})/'
15
- name: Run a multi-line script
16
run: |
17
echo Add other actions to build,
0 commit comments