Skip to content

Commit

Permalink
constrain tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 2, 2022
1 parent e8d5088 commit b36dd69
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Tests

on: [pull_request, push]
on:
push:
branches:
- stable
- unstable
pull_request:
branches:
- stable
- unstable

jobs:
tests-main:
Expand Down

0 comments on commit b36dd69

Please sign in to comment.