Skip to content

Commit f5d06ba

Browse files
committed
to see the coverage
1 parent c532b58 commit f5d06ba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/python_actions.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: GitHub Actions CI
22

3-
on: ["push", "pull_request"]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
411
env:
512
PGDATABASE: test
613
PGPASSWORD: postgres

0 commit comments

Comments
 (0)