mirror of
https://github.com/AnandChowdhary/package-version-action.git
synced 2025-12-06 07:48:12 +08:00
👷 Use dispatch for Release CI
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user