Skip to content

Commit

Permalink
DEBUG: Ensure have the correct permissions for actions to post
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 25, 2024
1 parent 0ad4338 commit b9fc80b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Docker Images

on:
push:
branches:
- main
tags:
- v*
# branches:
# - main
# tags:
# - v*
pull_request:
branches:
- main
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Build and publish to registry
# every PR will trigger a push event on main, so check the push event is actually coming from main
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'scikit-hep/pyhf'
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'scikit-hep/pyhf'
id: docker_build_latest
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit b9fc80b

Please sign in to comment.