mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
add tag and branch conditions to pipeline
This commit is contained in:
parent
53d1cf4baa
commit
3b63766823
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
when:
|
||||
event: push
|
||||
branch: main
|
||||
pipeline:
|
||||
|
||||
build:
|
||||
image: node:19
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue