mirror of https://github.com/pwndbg/pwndbg
Fix tests status in README by triggering CI on push to dev branch (#1811)
This commit is contained in:
parent
faae5197d6
commit
793065ada4
|
@ -1,5 +1,9 @@
|
|||
name: Unit tests
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in New Issue