Skip to content

Commit

Permalink
chore: only CD from main
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Jul 12, 2024
1 parent 9c9ec03 commit 8737037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-action-artifact.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish action artifact to GitHub project's Maven repository
name: Publish action artifact to GitHub Maven package

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
run: |
cd github_action && mvn -B clean deploy -Dquarkus.package.type=uber-jar --update-snapshots -Dquarkus.package.add-runner-suffix=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8737037

Please sign in to comment.