Skip to content

Commit

Permalink
Updated github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjacovich committed May 16, 2023
1 parent e5e8a6b commit 95d30e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python CI actions

on: [pull_request]
on:
push:
branches:
- main
pull_request:
env:
PGDATABASE: citation_capture_pipeline_test
PGPASSWORD: postgres
Expand Down

0 comments on commit 95d30e6

Please sign in to comment.