Skip to content

Commit

Permalink
repo: switch default branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Feb 2, 2023
1 parent a199b57 commit 2c27ef3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Publish Docker image

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

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

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nix
on:
push:
branches:
- master
- main
pull_request:
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 2c27ef3

Please sign in to comment.