allow running actions on v4

This commit is contained in:
aler9
2023-08-17 13:18:05 +02:00
parent bfef17b717
commit 95f58fa6b6
2 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ name: lint
on: on:
push: push:
branches: [ main ] branches: [ main, v4 ]
pull_request: pull_request:
branches: [ main ] branches: [ main, v4 ]
jobs: jobs:
golangci-lint: golangci-lint:

View File

@@ -2,9 +2,9 @@ name: test
on: on:
push: push:
branches: [ main ] branches: [ main, v4 ]
pull_request: pull_request:
branches: [ main ] branches: [ main, v4 ]
jobs: jobs:
test: test: