Skip to content

Commit

Permalink
Move GHA refs to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
torbencarstens committed Sep 24, 2023
1 parent ea6534d commit 935dd1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build image
on:
push:
branches:
- '!master'
- '!main'

jobs:
build_push_docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy
on:
push:
branches:
- master
- main

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build image
on:
push:
branches:
- '!master'
- '!main'

jobs:
lint:
Expand Down

0 comments on commit 935dd1c

Please sign in to comment.