Commit c2671604 authored by Moody Salem's avatar Moody Salem

chore(release): allow (new) manual trigger of release

parent 0fa238af
...@@ -4,13 +4,8 @@ on: ...@@ -4,13 +4,8 @@ on:
schedule: schedule:
- cron: '0 12 * * 1-4' - cron: '0 12 * * 1-4'
# releases are triggered on changes to this file # manual trigger
push: workflow_dispatch:
branches:
- master
paths:
- '.github/workflows/release.yaml'
- '.env.production'
jobs: jobs:
bump_version: bump_version:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment