Add 'push' and 'tag' github webhook events.
Change-Id: Ie7ea0f4e264beac530d8eeda13919342a9c9eb58 Co-Authored-By: Jan Hruban <jan.hruban@gooddata.com>
This commit is contained in:
29
tests/fixtures/layouts/push-tag-github.yaml
vendored
Normal file
29
tests/fixtures/layouts/push-tag-github.yaml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
- pipeline:
|
||||
name: post
|
||||
manager: independent
|
||||
trigger:
|
||||
github:
|
||||
- event: push
|
||||
ref: ^refs/heads/.*$
|
||||
|
||||
- pipeline:
|
||||
name: tag
|
||||
manager: independent
|
||||
trigger:
|
||||
github:
|
||||
- event: push
|
||||
ref: ^refs/tags/.*$
|
||||
|
||||
- job:
|
||||
name: project-post
|
||||
- job:
|
||||
name: project-tag
|
||||
|
||||
- project:
|
||||
name: org/project
|
||||
post:
|
||||
jobs:
|
||||
- project-post
|
||||
tag:
|
||||
jobs:
|
||||
- project-tag
|
||||
Reference in New Issue
Block a user