about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
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.)