Skip to content

Commit

Permalink
Update build-go.yml (danielewood#6)
Browse files Browse the repository at this point in the history
* Update build-go.yml

* Update create-release-tag.yaml

* Update and rename release.yaml to release-artefacts.yaml
  • Loading branch information
danielewood authored Jun 5, 2022
1 parent 1837211 commit 4aa1fc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Check Build
on:
push:
paths:
- "*.go"
pull_request:
paths:
- "*.go"
- '*.go'
workflow_dispatch:

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/create-release-tag.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Create Release Tag
on:
push:
paths:
- '*.go'
branches:
- master
workflow_dispatch:

jobs:
release-on-push:
name: Create Release on Push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
release:
types: [published]
name: Build Release
name: Build Release Artifacts
jobs:
release-linux-386:
name: release linux/386
Expand Down

0 comments on commit 4aa1fc6

Please sign in to comment.