summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Pirhonen <xxc3ncoredxx@gmail.com>2023-01-14 23:15:48 -0600
committerHeiko Becker <mail@heiko-becker.de>2023-01-19 09:28:35 +0100
commit0a7f7bf0906e7bd1b1f7c2fd242ce35955b6203c (patch)
tree46ed93a566b1e75c999b0f6ba7b3f6f540a63b72
parenteef5990fe5b4ca1de89dcdde349b7edb3eea66e3 (diff)
downloadwgetpaste-0a7f7bf0906e7bd1b1f7c2fd242ce35955b6203c.tar.gz
Update actions rules
- Run actions on PR's as well as pushes - Bump run-test-ansi to `ubuntu-latest` (which is 22.04 at the time of writing)
-rw-r--r--.github/workflows/run_test.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml
index 85dbd29..aa2cbcd 100644
--- a/.github/workflows/run_test.yml
+++ b/.github/workflows/run_test.yml
@@ -1,5 +1,5 @@
name: 'wgetpaste test runner'
-on: [push]
+on: [pull_request, push]
jobs:
run-test:
name: 'Run test/test.sh'
@@ -10,8 +10,7 @@ jobs:
shell: bash
run-test-ansi:
name: 'Run test/test_ansi.sh'
- # 22.04 is the earliest version that has ansifilter in the repos
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Install ansifilter'