mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge pull request #43 from cisagov/improvement/apb-events
Allow events from apb to rebuild this repository weekly.
This commit is contained in:
commit
3301dfa04f
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on: [
|
on:
|
||||||
push,
|
push:
|
||||||
pull_request
|
pull_request:
|
||||||
]
|
repository_dispatch:
|
||||||
|
types: [apb]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PIP_CACHE_DIR: ~/.cache/pip
|
PIP_CACHE_DIR: ~/.cache/pip
|
||||||
|
|
Loading…
Reference in a new issue