Skip to content

Commit

Permalink
MAINT: Tweak which branches actions run on (mne-tools#12667)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jun 14, 2024
1 parent f90dd6e commit 1206b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Changelog
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches: ["main"]

jobs:
changelog_checker:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on: # yamllint disable-line rule:truthy
release:
types: [published]
push:
branches:
- main
branches: ["main", "maint/*"]
pull_request:
branches:
- main
branches: ["main", "maint/*"]

permissions:
contents: read
Expand Down

0 comments on commit 1206b99

Please sign in to comment.