mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +00:00
Tweaked tagging workflow to only run after successful tests
This commit is contained in:
15
.github/workflows/tagging.yml
vendored
15
.github/workflows/tagging.yml
vendored
@@ -1,16 +1,11 @@
|
|||||||
name: Auto Version Tag
|
name: Auto Version Tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches:
|
workflows:
|
||||||
- master
|
- Tests
|
||||||
paths:
|
types:
|
||||||
- "invenio_config_iform/__about__.py"
|
- completed
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- "invenio_config_iform/__about__.py"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag:
|
tag:
|
||||||
|
|||||||
Reference in New Issue
Block a user