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/android.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/android.yml')
| -rw-r--r-- | .github/workflows/android.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2a12f8ff..b7b286a3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,8 +1,18 @@ name: Android on: + workflow_dispatch: push: + workflow_dispatch: + paths: + - 'src/**' + - 'examples/**' + - '.github/workflows/android.yml' pull_request: + paths: + - 'src/**' + - 'examples/**' + - '.github/workflows/android.yml' release: types: [published] |
