Skip to content

Commit

Permalink
constrain spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 2, 2022
1 parent e161009 commit b7d4840
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-spec.yml
@@ -1,6 +1,14 @@
name: Spec tests

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

jobs:
tests-spec:
Expand Down

0 comments on commit b7d4840

Please sign in to comment.