mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-23 19:43:27 +01:00
Activate Github workflow for master branch
This commit is contained in:
parent
9b87199ca5
commit
cd90170f5d
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: [ "main" ]
|
branches: [ "master" ]
|
||||||
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: [ "main" ]
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/Build/Include/Makefile.inc'
|
- 'src/Build/Include/Makefile.inc'
|
||||||
- 'src/Build/CMakeLists.txt'
|
- 'src/Build/CMakeLists.txt'
|
||||||
|
Loading…
Reference in New Issue
Block a user