Skip to content

Commit

Permalink
ci: only run on branch for push triggered workflows (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Lespinasse <[email protected]>
  • Loading branch information
rlespinasse authored Oct 26, 2024
1 parent 187c1d2 commit 207a9dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-that.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release that
on:
push:
branches:
- "*"
tags-ignore:
- .*
- "*"
pull_request:
permissions: read-all
jobs:
Expand Down

0 comments on commit 207a9dd

Please sign in to comment.