[ci][cd] don't lint, test and build in every push - PR only

This commit is contained in:
Aleksandr Soloshenko 2024-02-15 11:43:31 +07:00
parent 6215080cfd
commit 6b399625a8
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
name: docker-publish
on:
push:
pull_request:
jobs:

View File

@ -1,6 +1,6 @@
name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read