This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
ci: enable pull requests
mcspr-patch-1
Maxim Prokhorov
3 years ago
parent
f11468abba
commit
47538b9658
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/push.yml
+ 2
- 2
.github/workflows/push.yml
View File
@ -1,8 +1,8 @@
#
Normal push, check the build status for the nighly builder or the release
#
Check the build status for the nighly builder, release or pull request
name
:
ESPurna build
on
:
[
push]
on
:
[
push
, pull_request
]
jobs:
build:
Write
Preview
Loading…
Cancel
Save