Added pipeline clause
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
when:
|
pipeline:
|
||||||
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: woodpecker
|
branch: woodpecker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: code-tests
|
- name: code-tests
|
||||||
image: python:3.11.7-alpine
|
image: python:3.11.7-alpine
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user