VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-06 16:39:22 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-06 16:39:22 +0200
commit9b87199ca546d9779765bc6d113901c9bfa2d8b5 (patch)
tree3478182fcb738ccf1f67dae1e684054356e4b6fb
parentbc5c32ad14a6607e7e91fb61c09a21e70ffeac8b (diff)
downloadVeraCrypt-9b87199ca546d9779765bc6d113901c9bfa2d8b5.tar.gz
VeraCrypt-9b87199ca546d9779765bc6d113901c9bfa2d8b5.zip
Activate Github linux workflow for main branch
-rw-r--r--.github/workflows/build-linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml
index a6bb0139..cb23c281 100644
--- a/.github/workflows/build-linux.yml
+++ b/.github/workflows/build-linux.yml
@@ -2,7 +2,7 @@ name: Build and test Linux
on:
push:
- branches: [ "CI" ]
+ branches: [ "main" ]
paths:
- 'src/Build/Include/Makefile.inc'
- 'src/Build/CMakeLists.txt'
@@ -22,7 +22,7 @@ on:
- 'src/Makefile'
- '.github/workflows/build-linux.yml'
pull_request:
- branches: [ "CI" ]
+ branches: [ "main" ]
paths:
- 'src/Build/Include/Makefile.inc'
- 'src/Build/CMakeLists.txt'