diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57572c7..e0b89d0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,9 @@ name: "Release dev container features & Generate Documentation" on: workflow_dispatch: + push: + branches: + - main jobs: deploy: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fc209fc..f956e74 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,8 +1,5 @@ name: "CI - Test Features" on: - push: - branches: - - main pull_request: workflow_dispatch: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 863418e..af30e2b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,6 +1,9 @@ name: "Validate devcontainer-feature.json files" on: workflow_dispatch: + push: + branches: + - main pull_request: jobs: