mirror of
https://github.com/aler9/gortsplib
synced 2025-11-02 21:14:07 +08:00
allow running actions on v4
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -2,9 +2,9 @@ name: lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, v4 ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, v4 ]
|
||||
|
||||
jobs:
|
||||
golangci-lint:
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -2,9 +2,9 @@ name: test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, v4 ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, v4 ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user