Skip to content

Commit

Permalink
changed workflow branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shammy642 committed Oct 15, 2024
1 parent cb1ee4d commit 83eccc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: API CI

on:
push:
branches: [ "add_git_workflows" ]
branches: [ "main" ]
pull_request:
branches: [ "add_git_workflows" ]
branches: [ "main" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Frontend CI

on:
push:
branches: [ "add_git_workflows" ]
branches: [ "main" ]
pull_request:
branches: [ "add_git_workflows" ]
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 83eccc8

Please sign in to comment.