Remove unecessary conditions
This commit is contained in:
parent
e747e9a34d
commit
74abe02b70
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -1,13 +1,5 @@
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- release/*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- release/*
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user