Skip to content

Commit

Permalink
change the branch for ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Ding0018 committed Oct 13, 2024
1 parent 603881f commit f4ca6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ env:
NODE_ENV: test
on:
push:
branches: ["main"]
branches: ["feature-ci-cd"]
pull_request:
branches: ["main"]
branches: ["feature-cd-cd"]

jobs:
build:
Expand Down

0 comments on commit f4ca6ba

Please sign in to comment.