Skip to content

Commit 5908fb5

Browse files
committed
fix(ci): Only build container on PRs
1 parent 36f4d94 commit 5908fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171

7272
container:
7373
runs-on: ubuntu-latest
74+
if: github.event_name == 'pull_request'
7475
permissions:
7576
id-token: write
7677
contents: write

0 commit comments

Comments
 (0)