We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002a61f commit 0ae6d1cCopy full SHA for 0ae6d1c
.github/workflows/build-images-manifests.yml
@@ -2,9 +2,9 @@ name: Presidio Docker Build
2
3
on:
4
push:
5
- # pull_request:
+ # pull_request: # Future run on main pushes only.
6
# branches: [ main ]
7
- # workflow_dispatch:
+ workflow_dispatch:
8
9
# concurrency:
10
# group: ${{ github.workflow }}-${{ github.ref }}
@@ -20,7 +20,6 @@ jobs:
20
build-platform-images:
21
name: Build ${{ matrix.image }} (${{ matrix.platform }})
22
runs-on: ${{ matrix.runner }}
23
- if: github.ref == 'refs/heads/main'
24
permissions:
25
id-token: write
26
contents: read
@@ -91,7 +90,6 @@ jobs:
91
90
name: Create Multi-Platform Manifests
92
runs-on: ubuntu-latest
93
needs: build-platform-images
94
95
96
97
0 commit comments