Skip to content

Commit 98d41f9

Browse files
authored
Update automated_release.yml
1 parent 338986d commit 98d41f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/automated_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name: Automated Release
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ main ]
109
tags: [ "v*" ]
1110

1211
# Allows you to run this workflow manually from the Actions tab
@@ -16,7 +15,7 @@ on:
1615
jobs:
1716
# This workflow contains a single job called "build"
1817
tagged-release:
19-
if: github.event.base_ref == 'refs/heads/master'
18+
if: github.event.base_ref == 'refs/heads/main'
2019
runs-on: ubuntu-latest
2120
steps:
2221
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)