Skip to content

Commit

Permalink
fix: branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot committed Nov 10, 2023
1 parent 15894da commit 9d643e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
workflow_dispatch:
schedule:
- cron: "0 7 * * *"
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
branch: 'master'
branch: 'main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Get Semantic Release Version
Expand Down

0 comments on commit 9d643e0

Please sign in to comment.