Skip to content

Commit

Permalink
Run platform CI on platform branches (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikGM authored Feb 12, 2024
1 parent 6cd4a97 commit 8df3d33
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- android-*.*.x
tags:
- "android-*"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
push:
branches:
- main
- ios-*.*.x
tags:
- 'ios-*'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- main
- linux-*.*.x
tags:
- linux-*

pull_request:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- opengl-2
- macos-*.*.x
tags:
- 'macos-*'
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- topic/drawable
- node-*.*.x
tags:
- "node-*"
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- qt-*.*.x
tags:
- "qt-**"
paths:
Expand Down

0 comments on commit 8df3d33

Please sign in to comment.