diff options
| author | Arda Serdar Pektezol <1669855+BiSaXa@users.noreply.github.com> | 2022-08-27 23:49:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-27 23:49:04 +0300 |
| commit | 8d32eb0878b951e713150fd22950098252c66469 (patch) | |
| tree | 57d117733e8c8159492232fd4312d181d94317d0 /.github | |
| parent | Create go-windows-amd64.yml (diff) | |
| download | sdp.go-8d32eb0878b951e713150fd22950098252c66469.tar.gz sdp.go-8d32eb0878b951e713150fd22950098252c66469.tar.bz2 sdp.go-8d32eb0878b951e713150fd22950098252c66469.zip | |
Update and rename go-windows-amd64.yml to CI.yml
Diffstat (limited to '.github')
| -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: |