Skip to content

Commit

Permalink
use correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cleary committed Oct 2, 2024
1 parent dc4cfa7 commit e92b193
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vagrant-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vagrant-debian

on:
push:
branches: main
branches: master
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vagrant-mint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vagrant-mint

on:
push:
branches: main
branches: master
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vagrant-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vagrant-ubuntu

on:
push:
branches: main
branches: master
pull_request:
types:
- opened
Expand Down

0 comments on commit e92b193

Please sign in to comment.