mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
Don't trigger build on every push, enable manual trigger (#1872)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build
|
||||
on: [push, pull_request]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
Reference in New Issue
Block a user