Skip to content

Commit

Permalink
release ci should only be on manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Jul 3, 2023
1 parent 1d73b45 commit 0bdfb38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: release

on:
pull_request:
push:
workflow_dispatch:
# NOTE: In the future we might want to do auto releasing on every tag
# push:
# tags:
# - '*'

permissions:
contents: write
Expand Down

0 comments on commit 0bdfb38

Please sign in to comment.