Skip to content

Commit

Permalink
Add pull request as CI workflow trigger
Browse files Browse the repository at this point in the history
Merge pull request #1083 from openfisca/pull-request-trigger
  • Loading branch information
sandcha authored Dec 1, 2021
2 parents 98b80c5 + 6a294a5 commit 601a397
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: OpenFisca Core

on: [ push ]
on: [push, pull_request]

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 35.7.4 [#1083](https://github.com/openfisca/openfisca-core/pull/1083)

#### Technical changes

- Add GitHub `pull-request` event as a trigger to GitHub Actions workflow

### 35.7.3 [#1081](https://github.com/openfisca/openfisca-core/pull/1081)

- Correct error message in case of mis-sized population
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name = 'OpenFisca-Core',
version = '35.7.3',
version = '35.7.4',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.org',
classifiers = [
Expand Down

0 comments on commit 601a397

Please sign in to comment.