Update build.yml

This commit is contained in:
Brett 2021-05-11 16:26:55 +02:00
parent ececbeea6d
commit 736650bd6b
1 changed files with 3 additions and 3 deletions

View File

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