Skip to content

Commit

Permalink
chore: Run OCI GHA on push to main
Browse files Browse the repository at this point in the history
Signed-off-by: jay-dee7 <me@jsdp.dev>
  • Loading branch information
jay-dee7 committed Nov 17, 2023
1 parent 2494e9e commit a002661
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/oci-dist-spec-content-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: OCI Distribution Spec - Content Discovery

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
debug_enabled:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/oci-dist-spec-content-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: OCI Distribution Spec - Content Management

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
debug_enabled:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/oci-dist-spec-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: OCI Distribution Spec - Pull Image

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
debug_enabled:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/oci-dist-spec-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: OCI Distribution Spec - Push Image

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
debug_enabled:
Expand Down

0 comments on commit a002661

Please sign in to comment.