Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Lissy93/AdGuardian-Term into FEAT/s…
Browse files Browse the repository at this point in the history
…how-upstream-dns
  • Loading branch information
Lissy93 committed May 29, 2023
2 parents 06e4228 + d7f5997 commit a203de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.CRATES_IO_TOKEN }}
args: --token ${{ secrets.CRATES_IO_TOKEN }} --allow-dirty
3 changes: 3 additions & 0 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- main
paths:
- src/**
- Cargo.toml

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit a203de6

Please sign in to comment.