mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
Merge pull request #2558 from gitbutlerapp/pull-request-actions-trigger
trigger CI on pull_request in addition to push
This commit is contained in:
commit
82a0677847
4
.github/workflows/push.yaml
vendored
4
.github/workflows/push.yaml
vendored
@ -1,5 +1,7 @@
|
||||
name: "Test"
|
||||
on: [push]
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
changes:
|
||||
|
Loading…
Reference in New Issue
Block a user