Skip to content

Commit 76a5329

Browse files
authored
Merge pull request #17 from golnazads/master
to see the coverage
2 parents 43e1c25 + f5d06ba commit 76a5329

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: [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)