Skip to content

Commit

Permalink
Add/limit gh action run (#284)
Browse files Browse the repository at this point in the history
* GitHub action run limited to `master` and `dev` branches

* `CHANGELOG.md` updated

* `CHANGELOG.md` updated
  • Loading branch information
AHReccese authored Oct 26, 2024
1 parent 286b293 commit 1d673ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

name: CI

on: [push, pull_request]
on:
push:
branches:
- master
- dev

pull_request:
branches:
- master
- dev

env:
TEST_PYTHON_VERSION: 3.9
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4. orinda
5. smila
### Changed
- GitHub actions are limited to the `dev` and `master` branches
- `Python 3.13` added to `test.yml`
## [6.3] - 2024-09-19
### Added
Expand Down

0 comments on commit 1d673ae

Please sign in to comment.