mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-08 01:54:20 +02:00
* ci(#215): Fix auto-release not triggered The Workflow file was using an invalid keyword "merged". The right keywork to use is "closed". * ci(#215): Fix tabs in yml config for semantic release * fix(#215): Set semantic release to trigger on push on main branch
This commit is contained in:
parent
dbeb8fd56e
commit
400cfab2c0
6
.github/workflows/auto-release.yml
vendored
6
.github/workflows/auto-release.yml
vendored
@ -2,11 +2,9 @@ name: Automatic Release
|
|||||||
run-name: Release a new version of the icon pack on PR's merging
|
run-name: Release a new version of the icon pack on PR's merging
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
types:
|
|
||||||
- closed
|
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
semantic-release:
|
semantic-release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user