Skip to content

Commit

Permalink
Merge pull request #476 from containerish/fix/oci-github-actions
Browse files Browse the repository at this point in the history
chore: Run OCI GHA on push to main
  • Loading branch information
guacamole authored Nov 17, 2023
2 parents 2494e9e + a002661 commit 296c135
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 296c135

Please sign in to comment.