Skip to content

Commit

Permalink
Update ci_and_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Jun 22, 2021
1 parent b83f527 commit 08ab894
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_and_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

cd:
if: github.event_name == 'push' && endsWith(github.ref, '/master')

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
needs: ci

runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,4 +73,4 @@ jobs:
- name: Push Git Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 08ab894

Please sign in to comment.