Skip to content

Commit

Permalink
Merge pull request #77 from dokku/switch-to-main
Browse files Browse the repository at this point in the history
feat: switch default branch to main
  • Loading branch information
josegonzalez authored Sep 14, 2024
2 parents c0531a2 + 5e333d3 commit 1b07c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: build
on:
pull_request:
branches:
- '*'
- "*"
push:
branches:
- 'master'
- "main"

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "*"
push:
branches:
- "master"
- "main"

jobs:
hadolint:
Expand Down

0 comments on commit 1b07c9e

Please sign in to comment.