1
0
Fork 0

runs test on main branch as well.

reasons:
- tests passed on PR branches do not mean they will pass on main branch,
  for e.g. alice changed A in branch-a, bob changed B in branch-b, both
  tests passed and no conflict, but after merged to main, a bug occurs.
- wanna fix the badge in main branch ;D
This commit is contained in:
laixintao 2023-10-07 19:05:10 +08:00
parent a8e34be151
commit 59c1b4f8c7
No known key found for this signature in database
GPG Key ID: 4E7314AC219D7FE4
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: pgcli
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '**.rst'