Skip to content

Commit ff0e14b

Browse files
committed
CI: Simplify 'on' definition
1 parent a7f6347 commit ff0e14b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Unit and integration tests
2-
on:
3-
push:
4-
branches:
5-
- '*'
6-
pull_request:
7-
branches:
8-
- '*'
2+
on: [push, pull_request]
93
jobs:
104
build:
115
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)