Skip to content

Commit

Permalink
Merge pull request #152 from r00tat/bugfix/github-action-on-release
Browse files Browse the repository at this point in the history
Run github action on new releases
  • Loading branch information
r00tat authored Sep 28, 2024
2 parents b0d93d4 + 78c7dfe commit ba7d868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
Expand Down

0 comments on commit ba7d868

Please sign in to comment.