Skip to content

Commit

Permalink
github.event.pull_request.base.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik committed Oct 2, 2023
1 parent f056315 commit e25059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Retag and push image
runs-on: ubuntu-latest
environment: rc
if: github.base_ref == 'master' || github.base_ref == 'main'
if: github.event.pull_request.base.ref == 'master' || github.event.pull_request.base.ref == 'main'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e25059f

Please sign in to comment.