Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Jan 19, 2024
1 parent 7004ab0 commit 5ba5ce9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ name: 'Unit Tests'
# and a push to develop and master branches
on:
push:
branches: [ master, develop, next ]
branches: [ master, develop, main ]
pull_request:
branches: [ master, develop, next ]
branches: [ master, develop, main ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 5ba5ce9

Please sign in to comment.