Skip to content

Commit

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

* `CHANGELOG.md` updated
  • Loading branch information
AHReccese authored Oct 26, 2024
1 parent a98137c commit 9727d1a
Show file tree
Hide file tree
Showing 2 changed files with 13 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:
- main
- dev

pull_request:
branches:
- main
- dev

env:
TERM: xterm
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
### Changed
- GitHub actions are limited to the `dev` and `main` branches
## [1.8] - 2024-10-23
### Added
- 5 new tones
Expand Down

0 comments on commit 9727d1a

Please sign in to comment.