Skip to content

Commit 0ae6d1c

Browse files
committed
fix: if condition in action
1 parent 002a61f commit 0ae6d1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-images-manifests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Presidio Docker Build
22

33
on:
44
push:
5-
# pull_request:
5+
# pull_request: # Future run on main pushes only.
66
# branches: [ main ]
7-
# workflow_dispatch:
7+
workflow_dispatch:
88

99
# concurrency:
1010
# group: ${{ github.workflow }}-${{ github.ref }}
@@ -20,7 +20,6 @@ jobs:
2020
build-platform-images:
2121
name: Build ${{ matrix.image }} (${{ matrix.platform }})
2222
runs-on: ${{ matrix.runner }}
23-
if: github.ref == 'refs/heads/main'
2423
permissions:
2524
id-token: write
2625
contents: read
@@ -91,7 +90,6 @@ jobs:
9190
name: Create Multi-Platform Manifests
9291
runs-on: ubuntu-latest
9392
needs: build-platform-images
94-
if: github.ref == 'refs/heads/main'
9593
permissions:
9694
id-token: write
9795
contents: read

0 commit comments

Comments
 (0)