Skip to content

Commit eb98172

Browse files
[CI] Fix enforce-not-master-target job
Signed-off-by: Hernan Ponce de Leon <hernanl.leon@huawei.com>
1 parent bd56ba6 commit eb98172

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ on:
1919

2020
jobs:
2121

22-
enforce-not-main-target:
22+
enforce-not-master-target:
2323
name: Check target branch
2424
runs-on: ubuntu-latest
2525
steps:
26-
- name: Fail if PR targets main
27-
if: github.event.pull_request.base.ref == 'main'
26+
- name: Fail if PR targets master
27+
if: github.event.pull_request.base.ref == 'master'
2828
run: |
29-
echo "❌ PRs must not target 'main', please use 'development' or some other branch"
29+
echo "❌ PRs must not target 'master', please use 'development' or some other branch"
3030
exit 1
3131
3232
asm-tests:

0 commit comments

Comments
 (0)