Skip to content

Commit

Permalink
Merge pull request #48 from khaneliman/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
khaneliman authored Nov 8, 2021
2 parents f69ea24 + 5341993 commit af95e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
contents: read
packages: write
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name = 'release'}}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'release'}}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit af95e3d

Please sign in to comment.