Merge pull request #10 from Bilb/fix-send-approved-only-when-unapproved

fix: send approved message only when previously unapproved
pull/3281/head
Audric Ackermann 4 months ago committed by GitHub
commit cffbd48c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,13 +8,11 @@ on:
push: push:
branches: branches:
- master - master
- clearnet
- unstable - unstable
- 'release/**' - 'release/**'
- 'ci/**' - 'ci/**'
pull_request: pull_request:
branches: branches:
- clearnet
- unstable - unstable
- 'release/**' - 'release/**'
- 'ci/**' - 'ci/**'

Loading…
Cancel
Save