Merge pull request #2558 from gitbutlerapp/pull-request-actions-trigger

trigger CI on pull_request in addition to push
This commit is contained in:
Qix 2024-02-06 23:14:16 +01:00 committed by GitHub
commit 82a0677847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
name: "Test"
on: [push]
on:
- push
- pull_request
jobs:
changes: