disable publish.yml workflow when not on master.

This commit is contained in:
Ulf Gebhardt 2021-02-08 20:29:52 +01:00
parent 1aaffb3378
commit ce36ed60a4
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

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