Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 9, 2022
1 parent 27ed142 commit 1ba181e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Build & push images

on:
# Build new images immediately after a push to master
# Build new images immediately after a push to main
push:
branches:
- master
- main
# Build PR images with a `-pr###` suffix to test
pull_request:
branches:
- master
- main
# Build every day at 6:00 UTC to keep Python and Node minor versions updated
schedule:
- cron: '0 6 * * *'
- cron: '0 6 * * *'

jobs:
build:
Expand Down

0 comments on commit 1ba181e

Please sign in to comment.