diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-28 02:27:04 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 02:27:04 (GMT) |
| commit | c794dbd24b07a5ba1ff73ea14b1583d237cba6f1 (patch) | |
| tree | 92c9ee0bae591a78c603aacab80d101afe775149 /.github/workflows | |
| parent | 606bdfeed4a8211dce99f9dbdab088d70b12f7d8 (diff) | |
Add empty rule to prevent errors
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6f336a7..1497391 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1 +1,6 @@ # Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml + +on: + push: + branches: + - never |
