We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f6347 commit ff0e14bCopy full SHA for ff0e14b
1 file changed
.github/workflows/ci-tests.yaml
@@ -1,11 +1,5 @@
1
name: Unit and integration tests
2
-on:
3
- push:
4
- branches:
5
- - '*'
6
- pull_request:
7
8
+on: [push, pull_request]
9
jobs:
10
build:
11
runs-on: ${{ matrix.os }}
0 commit comments