VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-linux.yml')
-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'