Allow events from apb to rebuild this repository weekly.

pull/113/head
Felddy 4 years ago
parent 175ae71602
commit 8c99c5294a
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 9
      .github/workflows/build.yml

@ -1,10 +1,11 @@
---
name: build
on: [
push,
pull_request
]
on:
push:
pull_request:
repository_dispatch:
types: [apb]
env:
PIP_CACHE_DIR: ~/.cache/pip

Loading…
Cancel
Save