Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Jun 18, 2020
1 parent 5f58def commit 257b2c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Lint Code Base
on:
push:
branches-ignore:
- 'master'
on: [push, pull_request]
jobs:
build:
name: Lint Code Base
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on: [push, pull_request]
on:
push:
tags:
- '*.*.*'

jobs:
goreleaser:
Expand Down

0 comments on commit 257b2c1

Please sign in to comment.