diff options
author | ManuelPalenzuelaDD <144776385+ManuelPalenzuelaDD@users.noreply.github.com> | 2024-12-05 11:39:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 11:39:42 +0100 |
commit | a83b872f3ebbd941faf9ee0072ecff82addd7947 (patch) | |
tree | c81ccf6823d63d7bacf3c42aab03ceaf220a1025 | |
parent | Update README.md (diff) | |
download | test-repo-a83b872f3ebbd941faf9ee0072ecff82addd7947.tar.gz test-repo-a83b872f3ebbd941faf9ee0072ecff82addd7947.tar.bz2 test-repo-a83b872f3ebbd941faf9ee0072ecff82addd7947.zip |
Update actions-test.yaml
-rw-r--r-- | .github/workflows/actions-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/actions-test.yaml b/.github/workflows/actions-test.yaml index bce30b2..8bfa56a 100644 --- a/.github/workflows/actions-test.yaml +++ b/.github/workflows/actions-test.yaml @@ -1,5 +1,5 @@ name: Testing Github actions -on: [push] +on: [pull_request] jobs: |