diff options
author | Loïc Hoguin <[email protected]> | 2024-11-07 15:25:19 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-07 15:25:19 +0100 |
commit | 3a1ef19cd3b980d2c24b8fd4334922941ac66373 (patch) | |
tree | 9f58688ca2e9c7d99bd21fc547c5f6a6e1db9f75 | |
parent | c7f8f7d212fd1ad25fa7936f3809fafede6cae72 (diff) | |
download | ranch-3a1ef19cd3b980d2c24b8fd4334922941ac66373.tar.gz ranch-3a1ef19cd3b980d2c24b8fd4334922941ac66373.tar.bz2 ranch-3a1ef19cd3b980d2c24b8fd4334922941ac66373.zip |
CI: Restrict run on pushes to the branch master
-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 81a8b96..78b0800 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,8 @@ name: Check Ranch on: push: + branches: + - master pull_request: schedule: ## Every Monday at 4am. |