diff options
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r-- | .github/workflows/release.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2672288..8eec767 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,9 @@ name: "(Release) Release dev container features (v2)" on: workflow_dispatch: + push: + branches: + - main jobs: deploy: |