Skip to content

Commit

Permalink
Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Dec 27, 2024
1 parent c2db991 commit 4f9cad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]
pull_request:
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Docker build
on:
push:
tags: ['*']
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]
pull_request:
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]


jobs:
Expand Down

0 comments on commit 4f9cad8

Please sign in to comment.