mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-18 22:50:24 +01:00
Always run Actions, we need them for merges
This commit is contained in:
parent
25eb869d5f
commit
ff21a05c96
8
.github/workflows/rpcs3.yml
vendored
8
.github/workflows/rpcs3.yml
vendored
|
|
@ -5,15 +5,7 @@ defaults:
|
|||
shell: bash
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.cirrus.yml'
|
||||
- '.azure-pipelines.yml'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.cirrus.yml'
|
||||
- '.azure-pipelines.yml'
|
||||
- 'README.md'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Reference in a new issue