Skip to content

Commit cc52cd6

Browse files
authored
CI trigger test runs on pull requests events (#3591)
1 parent 725301b commit cc52cd6

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.github/workflows/buf-binary-size.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: binary-size
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37
# Prevent writing to the repository using the CI token.
48
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
59
permissions: read-all

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: ci
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37
# Prevent writing to the repository using the CI token.
48
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
59
permissions: read-all

.github/workflows/previous.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: previous
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37
# Prevent writing to the repository using the CI token.
48
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
59
permissions: read-all

.github/workflows/windows.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: windows
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37
# Prevent writing to the repository using the CI token.
48
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
59
permissions: read-all

0 commit comments

Comments
 (0)