1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-03-17 06:34:53 +07:00

chore: use new assets file (#1154)

This commit is contained in:
Ludovic Fernandez
2025-02-04 15:15:08 +01:00
committed by GitHub
parent 5421a116d2
commit 1dd93d052e
6 changed files with 38 additions and 9 deletions

View File

@@ -2,10 +2,14 @@ name: "Code Scanning - Action"
on:
push:
branches: [ master ]
branches:
- master
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches:
- master
- main
schedule:
- cron: '0 17 * * 5'