Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Feb 18, 2021
1 parent c0dfe3a commit 80cf7d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Go

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
tags:
- '*'

jobs:
server-go:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Release

on:
push:
tags:
- 'v*'
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
gateway-go:
Expand Down

0 comments on commit 80cf7d3

Please sign in to comment.