git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
42ec6b0
)
CI: limit pushes to master
author
XhmikosR
<redacted>
Sat, 8 Apr 2023 11:29:41 +0000
(14:29 +0300)
committer
GitHub
<redacted>
Sat, 8 Apr 2023 11:29:41 +0000
(14:29 +0300)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index f2f7f6210546cb1b636dd53a9d8e42129daba044..ce87e2d021ff1e5371b88fd21d7223454900e167 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-2,6
+2,9
@@
name: CI
on:
push:
+ branches:
+ - master
+ - "!dependabot/**"
pull_request:
workflow_dispatch:
git clone https://git.99rst.org/PROJECT