Skip to content

Commit 338986d

Browse files
authored
Update automated_release.yml
1 parent 8a2ce2e commit 338986d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/automated_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ on:
1616
jobs:
1717
# This workflow contains a single job called "build"
1818
tagged-release:
19-
# The type of runner that the job will run on
19+
if: github.event.base_ref == 'refs/heads/master'
2020
runs-on: ubuntu-latest
21-
22-
# Steps represent a sequence of tasks that will be executed as part of the job
2321
steps:
24-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2522
- uses: actions/checkout@v2
2623
- uses: "marvinpinto/action-automatic-releases@latest"
2724
with:

0 commit comments

Comments
 (0)