Skip to content

Commit 05e052c

Browse files
chore: update cicd.yml to publish from main branch
1 parent 7770265 commit 05e052c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Testing and Publication from 'dev'
1+
name: Continuous Testing and Publication from 'main'
22

33
on: [push]
44

@@ -67,7 +67,7 @@ jobs:
6767
publish:
6868
needs: [run-linter, run-tests]
6969
runs-on: ubuntu-latest
70-
if: github.ref_name == 'dev'
70+
if: github.ref_name == 'main'
7171

7272
steps:
7373
- name: Checkout this repository

0 commit comments

Comments
 (0)