roberts suggestion regarding branch deployment

This commit is contained in:
Ulf Gebhardt 2021-06-07 13:51:22 +02:00
parent 42bd648169
commit 76791f72ad
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,10 +1,10 @@
name: ocelot.social publish CI
# on:
# push:
# branches:
# - master
on: [push] # for testing while developing
on:
push:
branches:
- master
- 4451-new-deployment-with-base-and-code # for testing while developing
jobs:
##############################################################################