We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832f89f commit 3a04675Copy full SHA for 3a04675
.github/workflows/docker.yml
@@ -7,17 +7,17 @@ name: Build and Push PDO Docker Images
7
on:
8
workflow_dispatch:
9
10
- pull_request:
11
- types: [closed]
12
- branches: [main]
+ # pull_request:
+ # types: [closed]
+ # branches: [main]
13
14
jobs:
15
16
docker_build:
17
18
- if: >
19
- github.event.name == 'workflow_dispatch' ||
20
- github.event.name == 'pull_request' && github.event.pull_request.merged == true
+ # if: >
+ # github.event.name == 'workflow_dispatch' ||
+ # github.event.name == 'pull_request' && github.event.pull_request.merged == true
21
name: Build PDO Images
22
runs-on: ubuntu-22.04
23
0 commit comments