Skip to content

Commit

Permalink
Merge pull request #58 from stakater/update-pr-workflow
Browse files Browse the repository at this point in the history
Update pull_request.yaml
  • Loading branch information
ahmedwaleedmalik authored Mar 15, 2021
2 parents 5811e69 + 06d829b commit e049641
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request:
branches:
- 'master'
types:
- opened
- reopened
- synchronize

env:
DOCKER_FILE_PATH: Dockerfile
Expand All @@ -24,7 +20,8 @@ jobs:
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

ref: ${{github.event.pull_request.head.ref}}

- name: Generate Tag
id: generate_tag
run: |
Expand Down

0 comments on commit e049641

Please sign in to comment.