Skip to content

Commit

Permalink
🔧 chore(git): change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tartari committed Dec 4, 2024
1 parent 990f441 commit 34136d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build
on:
push:
branches: ['master']
branches: ['main']
pull_request: {}
workflow_call: {}
workflow_dispatch: {}
Expand All @@ -19,7 +19,7 @@ jobs:
node-version: 'lts/*'
cache: 'npm'

- name: Install dependecies
- name: Install dependencies
run: npm ci

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: deploy
on:
# Runs on pushes targeting the default branch
push:
branches: ['master']
branches: ['main']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 34136d5

Please sign in to comment.