Skip to content

Commit

Permalink
fix: change workflow trigger from automatic to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 15, 2024
1 parent 25f44be commit f1c57aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/package-tag-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: CDS Tag Publish

on:
push:
branches:
- main

workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1c57aa

Please sign in to comment.