mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
Update GitHub workflow branch triggers from master -> main (#216)
This commit is contained in:
parent
174039b7cd
commit
4f5ea8bbca
2 changed files with 2 additions and 2 deletions
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
|
|
@ -3,7 +3,7 @@ name: 'Continuous Integration'
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/setup-terraform.yml
vendored
2
.github/workflows/setup-terraform.yml
vendored
|
|
@ -3,7 +3,7 @@ name: 'Setup Terraform'
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
defaults:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue