cal.pub0.org/.github/workflows/release.yml

16 lines
330 B
YAML
Raw Normal View History

2022-11-08 20:32:05 +00:00
on:
2022-11-16 22:06:20 +00:00
workflow_dispatch:
2022-11-08 20:32:05 +00:00
push:
# Pattern matched against refs/tags
tags:
- "*" # Push events to every tag not containing /
jobs:
release:
runs-on: ubuntu-latest
steps:
2022-11-16 21:38:15 +00:00
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
2022-11-16 22:06:20 +00:00
- run: git push +main:production