Update release.yml

pull/5557/head
zomars 2022-11-16 15:06:20 -07:00
parent 37f9bbf3fa
commit 6bc9d2fd94
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
on: on:
workflow_dispatch:
push: push:
# Pattern matched against refs/tags # Pattern matched against refs/tags
tags: tags:
@ -11,4 +12,4 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
token: ${{ secrets.GH_ACCESS_TOKEN }} token: ${{ secrets.GH_ACCESS_TOKEN }}
- run: git push origin +main:production - run: git push +main:production