Skip to content

Commit

Permalink
rename branch name main to master in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Feb 3, 2024
1 parent ebb278a commit a4cbebf
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 @@ -4,11 +4,11 @@ on:
push:
# branches: [ "main" ]
# branches: [ "dev" ]
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
pull_request:
# branches: [ "main" ]
# branches: [ "dev" ]
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
workflow_dispatch:
inputs:
name:
Expand Down

0 comments on commit a4cbebf

Please sign in to comment.