Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bace1b6

Browse files
committed
chore: update publish.yml to trigger on main branch and ignore README.md changes
1 parent 5b44759 commit bace1b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Publish
22

33
on:
44
push:
5-
tags:
6-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
5+
branches:
6+
- main
7+
paths-ignore:
8+
- README.md
79

810
concurrency:
911
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)