diff options
| author | Manuel Palenzuela Merino <[email protected]> | 2024-04-24 17:18:54 +0200 |
|---|---|---|
| committer | Manuel Palenzuela Merino <[email protected]> | 2024-04-24 17:18:54 +0200 |
| commit | 21c6fc6a461830de19c2aee255b65c410db36e72 (patch) | |
| tree | ad75ca675e509c94e751428babc1c315b8eb8745 | |
| parent | Change readme (diff) | |
| download | test-repo-21c6fc6a461830de19c2aee255b65c410db36e72.tar.gz test-repo-21c6fc6a461830de19c2aee255b65c410db36e72.tar.bz2 test-repo-21c6fc6a461830de19c2aee255b65c410db36e72.zip | |
on pull_request
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |