about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorMarc <marc@malloc.me>2023-04-15 12:37:06 +1000
committerMarc <marc@malloc.me>2023-04-15 12:37:06 +1000
commitcf8c10c71a73f42b8ed113f823b4ae60db692d8a (patch)
tree041480e27e14aa02aa95b28a885049b37b752bde /.github
parent7fca9d121d85426f848408bafc7259762ee88c96 (diff)
downloadlibwifi-cf8c10c71a73f42b8ed113f823b4ae60db692d8a.tar.gz
libwifi-cf8c10c71a73f42b8ed113f823b4ae60db692d8a.tar.bz2
libwifi-cf8c10c71a73f42b8ed113f823b4ae60db692d8a.zip
misc: Run GitHub build actions on pull requests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_x86.yml2
-rw-r--r--.github/workflows/macos_x86.yml2
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 @@
1name: libwifi (Linux) (64-Bit) 1name: libwifi (Linux) (64-Bit)
2 2
3on: [push] 3on: [push, pull_request]
4 4
5env: 5env:
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 @@
1name: libwifi (MacOS) (64-Bit) 1name: libwifi (MacOS) (64-Bit)
2 2
3on: [push] 3on: [push, pull_request]
4 4
5env: 5env:
6 # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) 6 # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)