1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-29 22:28:23 +02:00

chore: run tests and lint on push to main branch (#1470)

This commit is contained in:
Oleksandr Redko
2025-08-08 14:08:20 +03:00
committed by GitHub
parent 74e4f6318d
commit e5f7980ca3
3 changed files with 9 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
jobs:
build:

View File

@@ -3,6 +3,9 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
jobs:
go-mod:

View File

@@ -3,6 +3,9 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
jobs:
tests: