Closed alexlemaire closed 4 years ago
Issue discovered while creating a new branch release/v1.0.0 for template-kaskadi-element to test publish action and seeing init being run
release/v1.0.0
template-kaskadi-element
publish
init
The init action was defined as follow:
on: create: branches: - master
But the branches field is only accessible for push and pull_request webhooks (see here)
branches
push
pull_request
Fixed the issue by:
init.yml
master
Fixed
Issue discovered while creating a new branch
release/v1.0.0
fortemplate-kaskadi-element
to testpublish
action and seeinginit
being runThe init action was defined as follow:
But the
branches
field is only accessible forpush
andpull_request
webhooks (see here)Fixed the issue by:
branches
field frominit.yml
(syntax fix)master
(which is actively removing ability to init again since all init files will be removed from the branch