1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Activate Github workflow for master branch

This commit is contained in:
Mounir IDRASSI
2024-07-06 16:40:16 +02:00
parent 9b87199ca5
commit cd90170f5d

View File

@@ -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'