We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e981012 commit 4f4a3ccCopy full SHA for 4f4a3cc
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: Test and Tag and Publish
2
3
on:
4
push:
5
- branches: [ main, development ]
+ branches: [ main, develop ]
6
pull_request:
7
8
release:
9
types: [created]
10
@@ -44,7 +44,7 @@ jobs:
44
create-tag:
45
needs: test
46
runs-on: ubuntu-latest
47
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
48
49
steps:
50
- uses: actions/checkout@v3
0 commit comments