This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-python.git
The following commit(s) were added to refs/heads/main by this push:
new 543117d test on pull request
new 8ba6cb3 Merge pull request #2 from davidcavazos/test-on-pr
543117d is described below
commit 543117d6ab0b1050e714773380c89564001dfdcd
Author: David Cavazos <[email protected]>
AuthorDate: Thu Jun 16 14:00:13 2022 -0700
test on pull request
---
.github/workflows/test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index ca7484a..be3d2a7 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -8,7 +8,7 @@
name: Test
-on: [push]
+on: [push, pull_request]
jobs:
tests: