Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-10 17:08:32 +0300
committerGitHub <noreply@github.com>2020-11-10 17:08:32 +0300
commitaa5869853fe0f63412ccbfa4258dfabb9436e422 (patch)
tree89547d0c08e38fdfadd5a38120ab665b61e50e80 /.github
parent2875c6e7438bf5ffb5fa5d4be1965a59aee5b926 (diff)
Update CI (#319)
Skip dependabot branches since it always opens a PR
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dd7fd14..bcf3054 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,5 +1,11 @@
name: Tests
-on: [push, pull_request]
+
+on:
+ push:
+ branches-ignore:
+ - "dependabot/**"
+ pull_request:
+
env:
CI: true