mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
ci: wrong syntax
This commit is contained in:
parent
8778d70267
commit
7084e80a7c
1 changed files with 4 additions and 2 deletions
6
.github/workflows/deploy.yaml
vendored
6
.github/workflows/deploy.yaml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Deploy
|
||||
on: [push]
|
||||
branch: main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue