Skip to content

Commit

Permalink
fix: update branch name in CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Oct 7, 2024
1 parent 8816109 commit 756fcea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Push to Master
name: Test Push to Main

on:
push:
branches:
- master
- main

jobs:
build:
Expand Down Expand Up @@ -42,5 +42,3 @@ jobs:

- name: Test code ✅
run: npm run test


2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["master"],
"branches": ["main"],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 756fcea

Please sign in to comment.