[DEBUG] enable publish workflow also when not on master for testing

This commit is contained in:
Ulf Gebhardt 2021-02-04 20:17:17 +01:00
parent a60400b4fe
commit 3b4ef28eb2
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,9 +1,10 @@
name: ocelot.social publish CI
on:
push:
branches:
- master
#on:
# push:
# branches:
# - master
on: [push]
jobs:
##############################################################################