diff options
| author | mandar1jn <[email protected]> | 2021-10-24 17:33:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-24 17:33:21 +0200 |
| commit | 4c497779a2c5686c6933fab93000c23794040e5d (patch) | |
| tree | e6cd32d7f35c5db2e4cbed5cb11fabb21b0599ba /.github/workflows/linux_examples.yml | |
| parent | 08441e8b2de0796ac6b12589c6abd4ac27f12b13 (diff) | |
| download | raylib-4c497779a2c5686c6933fab93000c23794040e5d.tar.gz raylib-4c497779a2c5686c6933fab93000c23794040e5d.zip | |
Updated workflow files (#2079)
* Updated workflow files
* added the manual trigger to the android workflow
Diffstat (limited to '.github/workflows/linux_examples.yml')
| -rw-r--r-- | .github/workflows/linux_examples.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index c268f479..fc56b4ad 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -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: |
