diff --git a/.github/workflows/macos-homebrew-breakpad.yml b/.github/workflows/macos-homebrew-breakpad.yml index 1ffa1af0..229c1d81 100644 --- a/.github/workflows/macos-homebrew-breakpad.yml +++ b/.github/workflows/macos-homebrew-breakpad.yml @@ -227,6 +227,7 @@ jobs: AppImage: Ubuntu-20.04 macOS: macOS-12 and macOS-13 Windows: Visual studio 2019 + based on: ${{github.ref}} diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index e52e4a2a..8e0bb0f1 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -242,6 +242,7 @@ jobs: AppImage: Ubuntu-20.04 macOS: macOS-12 and macOS-13 Windows: Visual studio 2019 + based on: ${{github.ref}} diff --git a/.github/workflows/ubuntu-6.2.yml b/.github/workflows/ubuntu-6.2.yml index 7539e669..40f63209 100644 --- a/.github/workflows/ubuntu-6.2.yml +++ b/.github/workflows/ubuntu-6.2.yml @@ -202,6 +202,7 @@ jobs: AppImage: Ubuntu-20.04 macOS: macOS-12 and macOS-13 Windows: Visual studio 2019 + based on: ${{github.ref}} #### Changes diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 071585d2..e1bf86e9 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -189,6 +189,7 @@ jobs: AppImage: Ubuntu-20.04 macOS: macOS-12 and macOS-13 Windows: Visual studio 2019 + based on: ${{github.ref}} #### Changes diff --git a/.github/workflows/windows-6.x.yml b/.github/workflows/windows-6.x.yml index de2bbe7c..193e1e67 100644 --- a/.github/workflows/windows-6.x.yml +++ b/.github/workflows/windows-6.x.yml @@ -261,7 +261,7 @@ jobs: AppImage: Ubuntu-20.04 macOS: macOS-12 and macOS-13 Windows: Visual studio 2019 - + based on: ${{github.ref}} #### Changes diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index acfdbc9d..11d7f99d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -238,6 +238,7 @@ jobs: AppImage: Ubuntu-20.04 macOS: macOS-12 and macOS-13 Windows: Visual studio 2019 + based on: ${{github.ref}}