8000 Debug github actions failing · graphql-python/graphql-ws@94dbaaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 94dbaaa

Browse files
committed
Debug github actions failing
1 parent a6eea7e commit 94dbaaa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

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

3-
on:
4-
push:
5-
branches: [main, master]
6-
tags:
7-
- v[0-9]+.[0-9]+.[0-9]+
8-
pull_request:
9-
branches: [main, master]
3+
on: [push]
4+
# push:
5+
# branches: [main, master]
6+
# tags:
7+
# - v[0-9]+.[0-9]+.[0-9]+
8+
# pull_request:
9+
# branches: [main, master]
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)
0