Skip to content

Commit

Permalink
Update deploy-alpha workflow for tag-based triggers
Browse files Browse the repository at this point in the history
Removed the branch-based trigger to deploy only on tagged commits and cleaned up an unused environment variable. This ensures deployments to the alpha environment are streamlined and less error-prone.
  • Loading branch information
cortiz committed Sep 6, 2024
1 parent 529ca41 commit 16b9e78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Test and Publish

on:
push:
branches:
- main
tags:
- '*-alpha'

Expand Down Expand Up @@ -37,7 +35,6 @@ jobs:
- name: Publish Plugin
run: ./gradlew build test publishPlugin
env:
PLUGIN_REPO: ${{ secrets.PLUGIN_REPO }}
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
Expand Down

0 comments on commit 16b9e78

Please sign in to comment.