chore: goody for gh action

main
sudo pacman -Syu 2023-08-08 10:26:16 +07:00
parent 44d1e8f8a1
commit dffe7f1a41
2 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
- "**.go" - "**.go"
- "go.mod" - "go.mod"
- "go.sum" - "go.sum"
- ".github/workflows/go.yml"
pull_request: pull_request:
branches: branches:
- main - main
@ -15,6 +16,7 @@ on:
- "**.go" - "**.go"
- "go.mod" - "go.mod"
- "go.sum" - "go.sum"
- ".github/workflows/go.yml"
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -8,6 +8,15 @@ on:
- "**.c" - "**.c"
- "**.h" - "**.h"
- "**.mk" - "**.mk"
- ".github/workflows/qmk.yml"
pull_request:
branches:
- main
paths:
- "**.c"
- "**.h"
- "**.mk"
- ".github/workflows/qmk.yml"
workflow_dispatch: workflow_dispatch:
jobs: jobs: