Skip to content

Commit

Permalink
ci: Limit which branches run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Sep 11, 2022
1 parent c43cc0c commit 32ab148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI tests

on:
push:
branches:
- master
- develop
- release*
pull_request:

jobs:
Expand Down

0 comments on commit 32ab148

Please sign in to comment.