Skip to content

Commit

Permalink
CI: Enable tests for st3176
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Sep 13, 2021
1 parent 9b8ce61 commit 5501a66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'st3176'
paths:
- '**/*.json'
- '**/*.py'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-syntax-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'st3176'
paths:
- '.github/workflows/ci-syntax-tests.yml'
- '**.sublime-syntax'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'st3176'
paths:
- '**/*.json'
- '**/*.py'
Expand Down

0 comments on commit 5501a66

Please sign in to comment.