Browse Source

.github/workflow master->main

Issue gh-284
pull/167/head
Rob Winch 5 years ago
parent
commit
a30a1692b2
  1. 2
      .github/workflows/continuous-integration-workflow.yml
  2. 2
      .github/workflows/pr-build-workflow.yml

2
.github/workflows/continuous-integration-workflow.yml

@ -3,7 +3,7 @@ name: CI @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC

2
.github/workflows/pr-build-workflow.yml

@ -3,7 +3,7 @@ name: PR build @@ -3,7 +3,7 @@ name: PR build
on:
pull_request:
branches:
- master
- main
jobs:
build:

Loading…
Cancel
Save