This website works better with JavaScript.
Home
Explore
Help
Sign In
tools
/
out-of-tree
Watch
1
Star
0
Fork
0
Code
Releases
10
Activity
Browse Source
Run tests on pull request
master
dump_stack()
4 months ago
parent
e43993c6e5
commit
02663fad64
Signed by:
Mikhail Klementev
<blame@dumpstack.io>
GPG Key ID:
BE44DA8C062D87DC
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
1
1
.github/workflows/macos.yml
1
1
.github/workflows/ubuntu.yml
+ 1
- 1
.github/workflows/macos.yml
View File
@@ -1,6 +1,6 @@
name: macOS
on: [push]
on: [push
, pull_request
]
jobs:
build:
+ 1
- 1
.github/workflows/ubuntu.yml
View File
@@ -1,6 +1,6 @@
name: Ubuntu
on: [push]
on: [push
, pull_request
]
jobs:
build:
Write
Preview
Loading…
Cancel
Save