aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+BiSaXa@users.noreply.github.com>2022-08-27 23:49:04 +0300
committerGitHub <noreply@github.com>2022-08-27 23:49:04 +0300
commit8d32eb0878b951e713150fd22950098252c66469 (patch)
tree57d117733e8c8159492232fd4312d181d94317d0
parentCreate go-windows-amd64.yml (diff)
downloadsdp.go-8d32eb0878b951e713150fd22950098252c66469.tar.gz
sdp.go-8d32eb0878b951e713150fd22950098252c66469.tar.bz2
sdp.go-8d32eb0878b951e713150fd22950098252c66469.zip
Update and rename go-windows-amd64.yml to CI.yml
-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 @@
1name: Golang Windows amd64 1name: CI
2 2
3on: 3on:
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
9jobs: 14jobs:
10
11 build: 15 build:
12 runs-on: ubuntu-latest 16 runs-on: ubuntu-latest
13 steps: 17 steps: