Skip to content

Commit

Permalink
Test_WSL_Ubuntu_22.04.yml - run tests on all non-feature branches
Browse files Browse the repository at this point in the history
Run tests on: [ "devel", "testing", "stable", "minimal" ]
  • Loading branch information
jan-revay committed Sep 9, 2023
1 parent 72c282d commit 3e251f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test_WSL_Ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: WSL_Ubuntu_22.04 - iniPC script

on:
push:
branches: [ "devel" ]
branches: [ "devel", "testing", "stable", "minimal" ]
paths:
- 'run_init.sh'
- 'CommonInitScripts/*.sh*'
- '.github/workflows/Test_WSL_Ubuntu_22.04.yml'
- 'WSL_Ubuntu_22.04/*.sh'
pull_request:
branches: [ "testing" ]
branches: [ "devel", "testing", "stable", "minimal" ]

jobs:
build:
Expand Down

0 comments on commit 3e251f7

Please sign in to comment.