Skip to content

Commit

Permalink
fixes to non master deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
levansuper committed Feb 13, 2024
1 parent b4e736d commit e16f53c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Node.js CI

on:
push:
branches:
- '**'
- '!master'
pull_request:
branches:
- '**'
- '!master'
jobs:
build:
test:

runs-on: ubuntu-latest

Expand Down

0 comments on commit e16f53c

Please sign in to comment.