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