mirror of
https://github.com/akuker/RASCSI.git
synced 2024-10-12 11:23:43 +00:00
Restore workflow events for pushs to paths (#1289)
This commit is contained in:
parent
776d84104c
commit
b69c039a0c
4
.github/workflows/cpp.yml
vendored
4
.github/workflows/cpp.yml
vendored
@ -3,6 +3,10 @@ name: C++ Tests; Full Static Analysis
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'cpp/**'
|
||||
- 'python/**'
|
||||
- '.github/workflows/cpp.yml'
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'main'
|
||||
|
5
.github/workflows/web.yml
vendored
5
.github/workflows/web.yml
vendored
@ -3,6 +3,11 @@ name: Web Tests/Analysis
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'python/web/**'
|
||||
- 'python/common/**'
|
||||
- '.github/workflows/web.yml'
|
||||
- 'easyinstall.sh'
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'main'
|
||||
|
Loading…
Reference in New Issue
Block a user