diff options
author | Marc <marc@malloc.me> | 2023-04-15 12:37:06 +1000 |
---|---|---|
committer | Marc <marc@malloc.me> | 2023-04-15 12:37:06 +1000 |
commit | cf8c10c71a73f42b8ed113f823b4ae60db692d8a (patch) | |
tree | 041480e27e14aa02aa95b28a885049b37b752bde /.github/workflows | |
parent | 7fca9d121d85426f848408bafc7259762ee88c96 (diff) | |
download | libwifi-cf8c10c71a73f42b8ed113f823b4ae60db692d8a.tar.gz libwifi-cf8c10c71a73f42b8ed113f823b4ae60db692d8a.tar.bz2 libwifi-cf8c10c71a73f42b8ed113f823b4ae60db692d8a.zip |
misc: Run GitHub build actions on pull requests
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux_x86.yml | 2 | ||||
-rw-r--r-- | .github/workflows/macos_x86.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux_x86.yml b/.github/workflows/linux_x86.yml index f9d536c..5997fb8 100644 --- a/.github/workflows/linux_x86.yml +++ b/.github/workflows/linux_x86.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | name: libwifi (Linux) (64-Bit) | 1 | name: libwifi (Linux) (64-Bit) |
2 | 2 | ||
3 | on: [push] | 3 | on: [push, pull_request] |
4 | 4 | ||
5 | env: | 5 | env: |
6 | # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) | 6 | # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |
diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index abdb664..576fdc7 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | name: libwifi (MacOS) (64-Bit) | 1 | name: libwifi (MacOS) (64-Bit) |
2 | 2 | ||
3 | on: [push] | 3 | on: [push, pull_request] |
4 | 4 | ||
5 | env: | 5 | env: |
6 | # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) | 6 | # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |