mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +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
|
||||
|
||||
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