Skip to content

Commit

Permalink
Merge pull request #370 from kurtmckee/update-ci
Browse files Browse the repository at this point in the history
Only run CI when merging ("pushing") to important branches
  • Loading branch information
kurtmckee committed May 25, 2023
2 parents 0194054 + e916a75 commit 51df695
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/feedparser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: "CI"

on:
- "push"
- "pull_request"
pull_request:
push:
branches:
- "develop"
- "master"
- "main"
- "releases"

jobs:
test:
Expand Down

0 comments on commit 51df695

Please sign in to comment.