Skip to content

Commit 824e55c

Browse files
authored
Make regression tests only run on main (#975)
1 parent f0018d7 commit 824e55c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/regression-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Regression tests
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
types: [opened, synchronize, reopened]
68
push:
9+
branches:
10+
- main
711
workflow_dispatch:
812

913
jobs:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*.exe
2929
source/gen_version.bat
3030
build*/
31-
docs/venv/*
31+
venv/*
3232
*.ifc
3333

3434
# Visual Studio cache directory

0 commit comments

Comments
 (0)