Skip to content

Commit

Permalink
Updated workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Feb 9, 2024
1 parent 5e359a0 commit 174b3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: 200+ Unit Tests

on:
push:
branches: [ "main" ]
branches: [ "main", "latest" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "latest" ]
workflow_dispatch:
branches: [ "main" ]
branches: [ "main", "latest" ]

jobs:
build:
Expand Down

0 comments on commit 174b3b3

Please sign in to comment.