Skip to content

Commit

Permalink
♻️ (extension-deploy-master-snapshot.yml): refactor workflow trigger …
Browse files Browse the repository at this point in the history
…from push to workflow_call to enable reusable workflows

📝 (extension-deploy-master-snapshot.yml): remove unnecessary whitespace for cleaner YAML formatting
  • Loading branch information
jandroav committed Jan 20, 2025
1 parent 833ec3e commit 4452ded
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/extension-deploy-master-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Deploy Master Snapshot

on:
push:
branches:
- main
workflow_call:

jobs:
deploy:
Expand Down Expand Up @@ -65,7 +63,7 @@ jobs:
"password": "${{ secrets.LIQUIBOT_PAT }}"
}
]
- name: Update version to master-SNAPSHOT
run: mvn versions:set -DnewVersion=master-SNAPSHOT

Expand Down

0 comments on commit 4452ded

Please sign in to comment.