mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Activate Github linux workflow for main branch
This commit is contained in:
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
@@ -2,7 +2,7 @@ name: Build and test Linux
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "CI" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/Build/Include/Makefile.inc'
|
- 'src/Build/Include/Makefile.inc'
|
||||||
- 'src/Build/CMakeLists.txt'
|
- 'src/Build/CMakeLists.txt'
|
||||||
@@ -22,7 +22,7 @@ on:
|
|||||||
- 'src/Makefile'
|
- 'src/Makefile'
|
||||||
- '.github/workflows/build-linux.yml'
|
- '.github/workflows/build-linux.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "CI" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/Build/Include/Makefile.inc'
|
- 'src/Build/Include/Makefile.inc'
|
||||||
- 'src/Build/CMakeLists.txt'
|
- 'src/Build/CMakeLists.txt'
|
||||||
|
|||||||
Reference in New Issue
Block a user