Skip to content

Commit

Permalink
only run actions/tests on pushes and PRs to master (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii authored Aug 25, 2023
1 parent deb16d5 commit e592ab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Changelog
on:
pull_request:
types: [labeled, unlabeled, opened, synchronize, reopened]

branches:
- master
jobs:
changelog:
name: Confirm changelog entry
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
tags:
- '*'
pull_request:
branches:
- master

jobs:
pytest:
Expand Down

0 comments on commit e592ab8

Please # to comment.