Skip to content

Commit

Permalink
Merge pull request #51 from mtzgroup/feature-run-actions-on-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh authored Oct 18, 2023
2 parents afef566 + f5194a4 commit 61a9237
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic-code-quality.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Basic Code Quality

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

env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

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

jobs:
tests:
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

### Changed

- Updated GitHub actions to run on `pull_request` in addition to `push`.

## [0.8.2] - 2023-09-25

### Changed
Expand Down

0 comments on commit 61a9237

Please sign in to comment.