diff options
author | 2024-11-29 04:32:29 +0100 | |
---|---|---|
committer | 2024-11-29 04:32:29 +0100 | |
commit | a4e5cf5b2b5a25808f2ee75b90c5b98ecd2f6a16 (patch) | |
tree | 24f26f927c0f1b30adca31bc67f77fcc3f0f2977 | |
parent | c3ca555266ff0f241f32a8e8fc2a3ccdae6623fe (diff) | |
download | libusbmuxd-a4e5cf5b2b5a25808f2ee75b90c5b98ecd2f6a16.tar.gz libusbmuxd-a4e5cf5b2b5a25808f2ee75b90c5b98ecd2f6a16.tar.bz2 |
[github-actions] Run build workflow on pull_request
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56248c5..97b3971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,7 @@ name: build on: push: + pull_request: schedule: - cron: '0 0 1 * *' |