Skip to content

Commit

Permalink
Run multi-platform test on push to feature/ or dev/ branch
Browse files Browse the repository at this point in the history
  • Loading branch information
OTheDev committed Feb 28, 2024
1 parent d370cdc commit e44e3a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/multiplatform_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ name: Multi-Platform Test

on:
push:
branches: [ "main" ]
branches:
- "main"
- "feature/**"
- "dev/**"
paths:
- 'src/**'
- 'include/**'
- 'test/**'
pull_request:
branches: [ "main" ]
branches:
- "main"
- "feature/**"
- "dev/**"
paths:
- 'src/**'
- 'include/**'
Expand Down

0 comments on commit e44e3a1

Please sign in to comment.