Skip to content

Commit 517cab9

Browse files
authored
Fix branch name for default branch. (#71)
1 parent 6535873 commit 517cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python CI actions
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
env:
99
PGDATABASE: citation_capture_pipeline_test

0 commit comments

Comments
 (0)