Skip to content

Commit

Permalink
CI trigger test runs on pull requests events (#3591)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Jan 30, 2025
1 parent 725301b commit cc52cd6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/buf-binary-size.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: binary-size
on: push
on:
push:
branches:
- main
pull_request:
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions: read-all
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: ci
on: push
on:
push:
branches:
- main
pull_request:
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions: read-all
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/previous.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: previous
on: push
on:
push:
branches:
- main
pull_request:
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions: read-all
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: windows
on: push
on:
push:
branches:
- main
pull_request:
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions: read-all
Expand Down

0 comments on commit cc52cd6

Please sign in to comment.