Skip to content

Commit

Permalink
Limit on.push in CI to main and release/* branches to avoid dup…
Browse files Browse the repository at this point in the history
…licate runs
  • Loading branch information
vy committed Sep 29, 2023
1 parent 1c51793 commit bcc52c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ name: build

on:
push:
branches:
- "main"
- "release/*"
paths-ignore:
- "**.adoc"
- "**.md"
Expand Down

0 comments on commit bcc52c2

Please sign in to comment.