Skip to content

Commit 6e49cb1

Browse files
authored
branch setting
1 parent 9009de2 commit 6e49cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish
22

33
on:
44
push:
5-
branches: [ 'main' ] # Trigger on push to 'main'
5+
branches: [ 'main', 'master' ] # Trigger on push to 'main'& 'master' master will be remove step by step
66
tags: [ '[0-9]+.[0-9]+.[0-9]+' ] # Trigger on version tags like '0.1.0'
77

88
jobs:

0 commit comments

Comments
 (0)