diff options
| -rw-r--r-- | .github/workflows/CI.yml (renamed from .github/workflows/go-windows-amd64.yml) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/go-windows-amd64.yml b/.github/workflows/CI.yml index 1fcecfe..04d24fa 100644 --- a/.github/workflows/go-windows-amd64.yml +++ b/.github/workflows/CI.yml | |||
| @@ -1,13 +1,17 @@ | |||
| 1 | name: Golang Windows amd64 | 1 | name: CI |
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| 5 | branches: [ "main" ] | 5 | branches: [ "main" ] |
| 6 | paths-ignore: | ||
| 7 | - '.github/*' | ||
| 8 | - '.gitignore' | ||
| 9 | - '**.md' | ||
| 10 | - 'LICENSE' | ||
| 6 | pull_request: | 11 | pull_request: |
| 7 | branches: [ "main" ] | 12 | branches: [ "main" ] |
| 8 | 13 | ||
| 9 | jobs: | 14 | jobs: |
| 10 | |||
| 11 | build: | 15 | build: |
| 12 | runs-on: ubuntu-latest | 16 | runs-on: ubuntu-latest |
| 13 | steps: | 17 | steps: |