about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela Merino <manuel.palenzuela@datadoghq.com>2024-04-24 17:18:54 +0200
committerManuel Palenzuela Merino <manuel.palenzuela@datadoghq.com>2024-04-24 17:18:54 +0200
commit21c6fc6a461830de19c2aee255b65c410db36e72 (patch)
treead75ca675e509c94e751428babc1c315b8eb8745
parentChange readme (diff)
downloadtest-repo-21c6fc6a461830de19c2aee255b65c410db36e72.tar.gz
test-repo-21c6fc6a461830de19c2aee255b65c410db36e72.tar.bz2
test-repo-21c6fc6a461830de19c2aee255b65c410db36e72.zip
on pull_request
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0255998..5ed7c60 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,6 @@
 name: GitHub Actions Demo
 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
-on: [push]
+on: [pull_request]
 jobs:
   Explore-GitHub-Actions:
     runs-on: ubuntu-latest