Skip to content

Commit

Permalink
Merge pull request #41 from HtmlUnit/feature/tweaks
Browse files Browse the repository at this point in the history
Tweaks
  • Loading branch information
asbjornu authored Jun 6, 2021
2 parents fe548c2 + 0455682 commit 33df9ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: Europe/Oslo
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: Europe/Oslo
open-pull-requests-limit: 99
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
push:
tags: ['*']
branches: [ main ]
pull_request:
branches: [ main ]
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/') # Only publish tagged commits

steps:
- uses: actions/download-artifact@v2
Expand All @@ -72,5 +74,4 @@ jobs:
- uses: NuGet/[email protected]

- name: Publish To NuGet.org
# if: startsWith(github.ref, 'refs/tags/') # Only publish tagged commits
run: nuget push *.nupkg -Source nuget.org -ApiKey ${{ secrets.NUGET_API_KEY }}

0 comments on commit 33df9ed

Please sign in to comment.