Skip to content

Commit 43b43ad

Browse files
committed
Always run the build workflow on PRs
1 parent 53ce40e commit 43b43ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
branches:
1414
- main
1515
- 'release/**'
16-
paths:
17-
- Dockerfile
18-
- docker-bake.hcl
19-
- .github/workflows/build.yaml
2016

2117
concurrency:
2218
group: ${{ github.workflow }}-${{ github.ref }}
@@ -301,6 +297,8 @@ jobs:
301297
contents: read
302298
id-token: write
303299

300+
if: github.event_name != 'pull_request'
301+
304302
steps:
305303
- name: Checkout the code
306304
uses: actions/[email protected]

0 commit comments

Comments
 (0)