Skip to content

Commit

Permalink
Merge pull request #50 from OCHA-DAP/HAPI-230/fix-gha-db-export
Browse files Browse the repository at this point in the history
HAPI-230 DB export runs on tag push
  • Loading branch information
turnerm authored Oct 15, 2023
2 parents e348ac9 + 890543d commit d2e569a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/db_export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Database Export

on:
workflow_dispatch: # Add a run button on GitHub
release:
types:
- published
push:
tags:
- "*"

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Pinned postgres docker image version in DB export GitHub action
- Change sector mapping for erl to ERY

## [0.4.2] = 2023-10-13

### Fixed

- DB Export GitHub action runs on tag push

## [0.4.1] - 2023-10-11

### Fixed
Expand Down

0 comments on commit d2e569a

Please sign in to comment.