Update build.yml
This commit is contained in:
parent
ececbeea6d
commit
736650bd6b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue