We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338986d commit 98d41f9Copy full SHA for 98d41f9
.github/workflows/automated_release.yml
@@ -6,7 +6,6 @@ name: Automated Release
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
- branches: [ main ]
10
tags: [ "v*" ]
11
12
# Allows you to run this workflow manually from the Actions tab
@@ -16,7 +15,7 @@ on:
16
15
jobs:
17
# This workflow contains a single job called "build"
18
tagged-release:
19
- if: github.event.base_ref == 'refs/heads/master'
+ if: github.event.base_ref == 'refs/heads/main'
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v2
0 commit comments