1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

chore: remove edited trigger (#1309)

This commit is contained in:
Ludovic Fernandez
2025-04-10 07:47:02 +02:00
committed by GitHub
parent fbd90be544
commit 8221f8516d
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
types: [opened, synchronize, reopened]
jobs:
build:

View File

@@ -2,7 +2,7 @@ name: Lint
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
types: [opened, synchronize, reopened]
jobs:
go-mod:

View File

@@ -2,7 +2,7 @@ name: Test
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
types: [opened, synchronize, reopened]
jobs:
tests-on-unix: