Run versioning workflow after tests on master branch
This commit is contained in:
5
.github/workflows/versioning.yml
vendored
5
.github/workflows/versioning.yml
vendored
@@ -1,8 +1,11 @@
|
||||
name: Update version file
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_run:
|
||||
branches: [ master ]
|
||||
workflows: [Modoboa installer]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
update-version:
|
||||
|
||||
Reference in New Issue
Block a user