mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'cpp/**'
|
||||||
|
- 'python/**'
|
||||||
|
- '.github/workflows/cpp.yml'
|
||||||
branches:
|
branches:
|
||||||
- 'develop'
|
- 'develop'
|
||||||
- 'main'
|
- 'main'
|
||||||
|
5
.github/workflows/web.yml
vendored
5
.github/workflows/web.yml
vendored
@ -3,6 +3,11 @@ name: Web Tests/Analysis
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'python/web/**'
|
||||||
|
- 'python/common/**'
|
||||||
|
- '.github/workflows/web.yml'
|
||||||
|
- 'easyinstall.sh'
|
||||||
branches:
|
branches:
|
||||||
- 'develop'
|
- 'develop'
|
||||||
- 'main'
|
- 'main'
|
||||||
|
Loading…
Reference in New Issue
Block a user