👷 Use dispatch for Release CI

This commit is contained in:
Anand Chowdhary
2021-05-03 11:45:18 +02:00
committed by GitHub
parent d97fbd66f5
commit e03b875d6b

View File

@@ -1,13 +1,10 @@
name: Release CI
on:
push:
branches:
- master
workflow_dispatch:
jobs:
release:
name: Build, test, and release
runs-on: ubuntu-18.04
if: "contains(github.event.head_commit.message, 'Deploy new version')"
steps:
- name: Checkout
uses: actions/checkout@v2.3.4