diff options
Diffstat (limited to '.github')
-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.) |