We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e0a1d commit 970f819Copy full SHA for 970f819
.github/workflows/tests_full.yml
@@ -1,12 +1,12 @@
1
name: Full Tests
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- pull_request:
8
9
+ # push:
+ # branches:
+ # - main
+ # pull_request:
+ # branches-ignore:
10
workflow_dispatch:
11
12
jobs:
.github/workflows/tests_quick.yml
@@ -1,13 +1,13 @@
name: Quick Tests
-on:
- branches-ignore:
- workflow_dispatch:
+on: [push, pull_request, workflow_dispatch]
+ #branches-ignore:
+ # workflow_dispatch:
13
build:
0 commit comments