summaryrefslogtreecommitdiff
path: root/.github/workflows/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/action.yml')
-rw-r--r--.github/workflows/action.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index 7f347d73..68164269 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -1,6 +1,10 @@
name: GitHub Actions
-on: [push]
+on:
+ push:
+ pull_request:
+ schedule:
+ - cron: '0 0 1 * *'
jobs:
build: