mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add branch whitelist for CI notifications
This commit is contained in:
parent
da5fca7163
commit
e5e4fd6af6
4 changed files with 7 additions and 2 deletions
1
.github/workflows/ci-notification.yml
vendored
1
.github/workflows/ci-notification.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
uses: zeek/ci-email-action@master
|
||||
env:
|
||||
CI_APP_NAME: "Cirrus CI"
|
||||
BRANCH_WHITELIST: "master|release/.*"
|
||||
SMTP_HOST: ${{ secrets.SMTP_HOST }}
|
||||
SMTP_PORT: ${{ secrets.SMTP_PORT }}
|
||||
SMTP_USER: ${{ secrets.SMTP_USER }}
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
3.2.0-dev.231 | 2020-03-13 13:41:23 -0700
|
||||
|
||||
* Add branch whitelist for CI notifications (Jon Siwek, Corelight)
|
||||
|
||||
3.2.0-dev.230 | 2020-03-12 13:33:09 -0700
|
||||
|
||||
* Introduce X509 certificate caching.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.0-dev.230
|
||||
3.2.0-dev.231
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e02a701d76f8f582ba4ac09164b795baabdb8e09
|
||||
Subproject commit 84bb886da10dbdb1c36d5c7aadcd9a4145ed141d
|
Loading…
Add table
Add a link
Reference in a new issue