Skip to content

Commit

Permalink
no main push
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaker Gilbert committed Jan 31, 2024
1 parent 8709439 commit d9bc2a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-custom-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Docker Custom Runner

on:
push:
branches:
- main
paths:
- 'openshift/builds/docker/Dockerfile'
# branches:
# - main
# paths:
# - 'openshift/builds/docker/Dockerfile'
pull_request:
branches:
- 'main'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/podman-custom-runner.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Podman Custom Runner

on:
push:
branches:
- main
paths:
- 'openshift/builds/podman/Dockerfile'
# push:
# branches:
# - main
# paths:
# - 'openshift/builds/podman/Dockerfile'
pull_request:
branches:
- 'main'
Expand Down

0 comments on commit d9bc2a0

Please sign in to comment.