Skip to content

Commit

Permalink
running tests on pull requests, not just pushes (#49)
Browse files Browse the repository at this point in the history
* running tests on pull requests, not just pushes

* specifying which worfklows were changed in CHANGELOG
  • Loading branch information
Scott Wyman Neagle authored Jan 29, 2022
1 parent aa1d137 commit 95c8bcc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/condabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@

name: conda

on:
push:
branches-ignore:
- develop
- master
on: pull_request

jobs:
conda:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
name: tests

on:
pull_request:
push:
branches-ignore:
- master
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@

name: version

on:
push:
branches-ignore:
- develop
- master
on: pull_request

jobs:
version:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.10] - 2022-01-29

### Changed

- Running tests, conda, and version workflows on pull requests, not just pushes

## [0.22.9] - 2022-01-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.9
0.22.10

0 comments on commit 95c8bcc

Please sign in to comment.