Skip to content

Commit 970f819

Browse files
use quick test
1 parent 17e0a1d commit 970f819

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/tests_full.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Full Tests
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
4+
# push:
5+
# branches:
6+
# - main
7+
# pull_request:
8+
# branches-ignore:
9+
# - main
1010
workflow_dispatch:
1111

1212
jobs:

.github/workflows/tests_quick.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Quick Tests
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- main
7-
pull_request:
8-
branches-ignore:
9-
- main
10-
workflow_dispatch:
3+
on: [push, pull_request, workflow_dispatch]
4+
# push:
5+
#branches-ignore:
6+
# - main
7+
# pull_request:
8+
#branches-ignore:
9+
# - main
10+
# workflow_dispatch:
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)