diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7af6d7..6a2eb0c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,8 @@ name: Check Cowboy on: push: + branches: + - master pull_request: schedule: ## Every Monday at 2am. |