From: <al...@us...> - 2023-03-19 18:41:15
|
This is an automated email from the git hooks/post-receive-user script. allura pushed a commit to branch master in repository libspectrum. View the commit online: https://sourceforge.net/p/fuse-emulator/libspectrum/ci/cd8d1005ea16ac9e2cc94d80071f38611942ddd7/ commit cd8d1005ea16ac9e2cc94d80071f38611942ddd7 Author: Miroslav Ďurčík / Arki55 <mir...@gm...> AuthorDate: Sun Feb 5 16:55:12 2023 +0100 chore: Correction --- .github/workflows/build_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index f09bbb9..2f025a8 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -2,7 +2,7 @@ name: Libspectrum for Linux (1) run-name: Build and test Libspectrum for Linux (1) [ all libs, real glib ] / ${{ github.actor }} / on: - # Executed upon each commit pushed + # Executed upon each commit pushed, merge commit in PR push: pull_request: # Called from fuse app, fuse utils repos |