Update GitHub workflow branch triggers from master -> main (#216)

This commit is contained in:
Peter Mescalchin 2022-09-18 07:18:44 +10:00 committed by GitHub
parent 174039b7cd
commit 4f5ea8bbca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: 'Continuous Integration'
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
jobs: jobs:

View file

@ -3,7 +3,7 @@ name: 'Setup Terraform'
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
defaults: defaults: