Skip to content

Commit

Permalink
ci: prevent release commits from being deleted in latest branch
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Apr 2, 2023
1 parent b92a781 commit 7caca91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/trigger-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
target_branch: latest
allow_fast_forward: true
force_fast_forward: true # prevent merge commits from being made on latest branch

# We manually run here because github will not execute github actions as a result of commits being pushed to latest branch.
- name: Trigger deploy
Expand Down

0 comments on commit 7caca91

Please sign in to comment.