run tests on pull requests

This commit is contained in:
Earl Warren 2023-11-01 17:44:27 +01:00
parent 03dfdf6e65
commit 8fbb5b0e0f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,8 @@
on: [ push ]
on:
pull_request:
push:
branches:
- 'main'
jobs:
actions:

View file

@ -1,6 +1,10 @@
name: upgrade
on: [push]
on:
pull_request:
push:
branches:
- 'main'
jobs:
upgrade: