Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
fix: change build branch from dev to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dollannn committed Apr 6, 2024
1 parent 73e1ae0 commit da74571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build

on:
push:
branches: ['dev']
branches: ['main']
paths-ignore:
- '**/README.md'
pull_request:
branches: ['dev']
branches: ['main']
paths-ignore:
- '**/README.md'
workflow_dispatch:
Expand Down

0 comments on commit da74571

Please sign in to comment.