summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2022-01-16 21:12:39 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2021-03-06 12:26:25 +0100
commit274f9144caa0d85c8d1cc6ab85b03c82c11b194e (patch)
tree3a7efe820ae9ecf83e6047e6b80149c196a22c0e
parent5bfeb64f2a04ca0972c0956e9a05e0f3e28fc93b (diff)
downloadcroniter-274f9144caa0d85c8d1cc6ab85b03c82c11b194e.tar.gz
github action change
-rw-r--r--.github/workflows/cicd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index ce178c9..7c82d62 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -1,5 +1,5 @@
name: croniter
-on: [push]
+on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest