We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9009de2 commit 6e49cb1Copy full SHA for 6e49cb1
.github/workflows/build-and-publish.yml
@@ -2,7 +2,7 @@ name: Build and Publish
2
3
on:
4
push:
5
- branches: [ 'main' ] # Trigger on push to 'main'
+ branches: [ 'main', 'master' ] # Trigger on push to 'main'& 'master' master will be remove step by step
6
tags: [ '[0-9]+.[0-9]+.[0-9]+' ] # Trigger on version tags like '0.1.0'
7
8
jobs:
0 commit comments