Merge pull request #37 from capcom6/ci/pull-requests-only

[ci][cd] don't lint, test and build on every push - PR only
This commit is contained in:
Aleksandr 2024-02-17 14:48:03 +07:00 committed by GitHub
commit 4b8f0f0475
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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