Skip to content

Commit

Permalink
ci: only run on branch for push triggered workflows (#51)
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 f3c7d78 commit 187c1d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-that.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release that
on: [push, pull_request]
on:
push:
tags-ignore:
- .*
pull_request:
permissions: read-all
jobs:
os-testing:
Expand Down

0 comments on commit 187c1d2

Please sign in to comment.