Skip to content

Commit 9e7a65a

Browse files
committed
all three workflows
1 parent c5823ec commit 9e7a65a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/nodejs-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Node.js Tests
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
4+
push:
5+
branches:
6+
- main
77
pull_request:
88
branches:
99
- main

.github/workflows/python-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Python Tests
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
4+
push:
5+
branches:
6+
- main
77
pull_request:
88
branches:
99
- main

0 commit comments

Comments
 (0)