Skip to content

Commit

Permalink
Merge pull request #1764 from Expensify/john-move-to-actions
Browse files Browse the repository at this point in the history
Include published in release upload
  • Loading branch information
justinpersaud authored Jun 3, 2024
2 parents 67525e2 + e3fc97b commit 1b961da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bedrock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: # this ignores tag pushes, and only looks at branches.
- '**'
release:
types: [prereleased]
types: [prereleased, published]
concurrency:
group: "${{ github.ref }}"
cancel-in-progress: true
Expand Down

0 comments on commit 1b961da

Please sign in to comment.