fix dumb formatting mistake
All checks were successful
Deploy / BuildandPush-Docker (push) Successful in 1m55s
All checks were successful
Deploy / BuildandPush-Docker (push) Successful in 1m55s
This commit is contained in:
parent
1b627da61c
commit
8fd8ccc797
@ -1,7 +1,8 @@
|
||||
name: Test build
|
||||
on:
|
||||
- push:
|
||||
- branches-ignore: [master]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
Build-Docker:
|
||||
|
@ -1,8 +1,8 @@
|
||||
name: Deploy
|
||||
on:
|
||||
- push:
|
||||
- branches: [master]
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
BuildandPush-Docker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user