diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-17 16:44:51 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-20 14:00:32 +0100 |
| commit | b25ad69eaad420fe8ee73c395cdf96da61972bb6 (patch) | |
| tree | c5561826d8eecccdb873d874eaae75920968d3d8 /.github/workflows/build-simulator.yml | |
| parent | 89e6f77ab75018e808db8dd8e25f391b4abdd4c4 (diff) | |
ci: Enable stricter CI triggers
This change will cause the CI to only trigger when opening a pull
request.
Diffstat (limited to '.github/workflows/build-simulator.yml')
| -rw-r--r-- | .github/workflows/build-simulator.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build-simulator.yml b/.github/workflows/build-simulator.yml index 57e8b46d..f79414fb 100644 --- a/.github/workflows/build-simulator.yml +++ b/.github/workflows/build-simulator.yml @@ -1,9 +1,6 @@ name: Build Simulator on: - push: - paths: - - 'simulator/**' pull_request: branches: [master] |
