Skip to content

Commit 533dc68

Browse files
committed
Avoid double GitHub Actions CI run for mirrored PR
1 parent 117bc81 commit 533dc68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# NOTE: This is only a small subset of the CI which runs on GitHub Actions.
22
# Most of the CI is defined in ci.jsonnet.
33
name: CI
4-
on: [push, pull_request]
4+
on:
5+
pull_request:
6+
push:
7+
branches: [master]
58
permissions:
69
contents: read
710

0 commit comments

Comments
 (0)