Updated workflow files (#2079)

* Updated workflow files

* added the manual trigger to the android workflow
This commit is contained in:
mandar1jn
2021-10-24 17:33:21 +02:00
committed by GitHub
parent 08441e8b2d
commit 4c497779a2
8 changed files with 75 additions and 6 deletions

View File

@ -1,11 +1,18 @@
name: Linux Examples
on:
workflow_dispatch:
push:
paths:
- 'src/**'
- 'examples/**'
- '.github/workflows/linux_examples.yml'
pull_request:
branches: [ master ]
paths:
- 'examples/**'
- 'src/**'
- 'examples/**'
- '.github/workflows/linux_examples.yml'
jobs:
build: