Skip to content

Commit

Permalink
ci: update tests to run on pull requests (#787)
Browse files Browse the repository at this point in the history
* Update tests.yml

ci: update tests to run on pull requests

* add push on master/develop/release

* wildcard
  • Loading branch information
straker committed Aug 22, 2023
1 parent 8b5d296 commit 1433ff4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Tests

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

jobs:
lint:
Expand Down

0 comments on commit 1433ff4

Please sign in to comment.