Update build.yml

This commit is contained in:
Brett 2021-05-11 16:26:55 +02:00
parent ececbeea6d
commit 736650bd6b

View File

@ -2,13 +2,13 @@ name: Build CKAN Docker
on: on:
# Trigger the workflow on push or pull request, # Trigger the workflow on push or pull request,
# but only for the main branch # but only for the master branch
push: push:
branches: branches:
- main - master
pull_request: pull_request:
branches: branches:
- main - master
jobs: jobs:
build: build: