Skip to content

Commit

Permalink
Fix build job trigger (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored May 4, 2023
1 parent 848ef4d commit 6d73d44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build

on:
push:
branches-ignore: [main]
tags: [v*]
pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 6d73d44

Please sign in to comment.