Commit 32006ded authored by Moody Salem's avatar Moody Salem

chore(release): trigger release on changes to release.yaml

parent d4f1c579
...@@ -4,10 +4,10 @@ on: ...@@ -4,10 +4,10 @@ on:
schedule: schedule:
- cron: '0 12 * * *' - cron: '0 12 * * *'
# triggered releases, must have tag trigger-release # releases are triggered on changes to this file
push: push:
tags: paths:
- trigger-release - '.github/workflows/release.yaml'
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