Skip to content

Commit

Permalink
disable github action for main branch; rename config file
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 22, 2024
1 parent d2e8c60 commit 30c994d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
name: Test

on:
# temporarily "v3"; change to "main" after merge
push:
branches: [ "main", "v3" ]
branches: [ "v3" ]
pull_request:
branches: [ "main", "v3" ]
branches: [ "v3" ]

jobs:
build:
Expand Down

0 comments on commit 30c994d

Please sign in to comment.