Skip to content

Commit

Permalink
Prevent duplicate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria authored and lafrech committed Jan 8, 2025
1 parent 7873efb commit 3ec1ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build
on:
push:
branches: ["main", "*.x-line"]
tags: ["*"]
pull_request:
jobs:
tests:
Expand Down

0 comments on commit 3ec1ea6

Please sign in to comment.