Skip to content

Commit

Permalink
Merge pull request #6 from wernerfred/workflow-fix
Browse files Browse the repository at this point in the history
Workflow fix
  • Loading branch information
wernerfred authored Dec 2, 2020
2 parents 19557a4 + 186dd0e commit 51224b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Check PR
on:
pull_request:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'README.md'
- '.gitignore'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_DYNDNS }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_DYNDNS }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Apply semver tag
on:
push:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'README.md'
- '.gitignore'

jobs:
build:
Expand All @@ -16,7 +20,7 @@ jobs:
- name: Apply correct git tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_DYNDNS }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_DYNDNS }}
WITH_V: true
RELEASE_BRANCHES: master
DEFAULT_BUMP: none
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store

0 comments on commit 51224b3

Please sign in to comment.