Skip to content

Commit 4f4a3cc

Browse files
committed
ci: update workflow to use 'develop' branch instead of 'development'
1 parent e981012 commit 4f4a3cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test and Tag and Publish
22

33
on:
44
push:
5-
branches: [ main, development ]
5+
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main, development ]
7+
branches: [ main, develop ]
88
release:
99
types: [created]
1010

@@ -44,7 +44,7 @@ jobs:
4444
create-tag:
4545
needs: test
4646
runs-on: ubuntu-latest
47-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
47+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
4848

4949
steps:
5050
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)