We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2ce2e commit 338986dCopy full SHA for 338986d
.github/workflows/automated_release.yml
@@ -16,12 +16,9 @@ on:
16
jobs:
17
# This workflow contains a single job called "build"
18
tagged-release:
19
- # The type of runner that the job will run on
+ if: github.event.base_ref == 'refs/heads/master'
20
runs-on: ubuntu-latest
21
-
22
- # Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
- uses: actions/checkout@v2
26
- uses: "marvinpinto/action-automatic-releases@latest"
27
with:
0 commit comments