Skip to content

Commit

Permalink
add next/* branches to the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed Apr 30, 2024
1 parent 1cfe6a2 commit 5da6a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_test_doc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 🔎 Tests
on:
push:
branches: [ master, develop ]
branches: [ master, develop, next/* ]
pull_request:
branches: [ master, develop ]
branches: [ master, develop, next/* ]
jobs:
ubuntu_build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5da6a32

Please sign in to comment.