diff options
author | 2024-12-02 06:49:28 +0100 | |
---|---|---|
committer | 2024-12-02 06:49:28 +0100 | |
commit | 46212d366b93a7c681540fd931161197350e93ca (patch) | |
tree | 86ce7e5bd488b8fd3ada26d6dc3995cdc1f84a05 | |
parent | 863224106001246112b5609ce696e5efc94a69c7 (diff) | |
download | libideviceactivation-46212d366b93a7c681540fd931161197350e93ca.tar.gz libideviceactivation-46212d366b93a7c681540fd931161197350e93ca.tar.bz2 |
[github-actions] Add build 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 8b868a4..70847e0 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 * *' |