Skip to content
Snippets Groups Projects
Commit 93a4a212 authored by Ralph Giles's avatar Ralph Giles Committed by Jordon Bedwell
Browse files

Github Actions: Use the new default branch macro.

Trigger deployment on pushes to the default branch instead of
hard-coding `master`. This will keep ci running as expected if
the default branch is changed, e.g. to the friendlier `main`
convention.
parent ea8679a2
Branches
Tags
Loading
......@@ -2,7 +2,7 @@ name: 'Push'
on:
push:
branches:
- master
- $default-branch
jobs:
build:
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment