VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-06 16:40:16 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-06 16:40:16 +0200
commitcd90170f5d1ddef17b6eb19fdb0cee705d69f5ed (patch)
treef3002cb3b281ade271c3916901a11c7a43d68422 /.github
parent9b87199ca546d9779765bc6d113901c9bfa2d8b5 (diff)
downloadVeraCrypt-cd90170f5d1ddef17b6eb19fdb0cee705d69f5ed.tar.gz
VeraCrypt-cd90170f5d1ddef17b6eb19fdb0cee705d69f5ed.zip
Activate Github workflow for master branch
Diffstat (limited to '.github')
-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 cb23c281..6bab9e4a 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: [ "main" ]
+ branches: [ "master" ]
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: [ "main" ]
+ branches: [ "master" ]
paths:
- 'src/Build/Include/Makefile.inc'
- 'src/Build/CMakeLists.txt'