Skip to content

Commit

Permalink
chore(ci): change default branch name to main
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Mar 1, 2024
1 parent 40342f8 commit a8787ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ concurrency:
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
tags:
- "v*"
schedule:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

build-edge:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down

0 comments on commit a8787ee

Please sign in to comment.