Skip to content

Commit

Permalink
For consistency across repos, main branch is now master.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed May 17, 2023
1 parent 15cad99 commit f9d9434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Bare

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Docker

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:

concurrency:
Expand Down

0 comments on commit f9d9434

Please sign in to comment.