Skip to content

Commit

Permalink
Merge pull request #118 from tricknotes/remove-next-branch-from-CI-ta…
Browse files Browse the repository at this point in the history
…rget

[Refactor] Remove "next" branch from CI target
  • Loading branch information
fgrehm authored Nov 11, 2021
2 parents a73c7be + 150d74b commit 026d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master, next ]
branches: [ master ]

jobs:
test:
Expand Down

0 comments on commit 026d5e0

Please sign in to comment.