File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1- name : Build / Test / Upload snapshot
2-
1+ name : Build
32on :
3+ pull_request :
4+ types :
5+ - opened
6+ - edited
7+ - ready_for_review
8+ - reopened
9+ - synchronize
410 push :
5- branches : [ master ]
611
712jobs :
813 build :
14+ if : contains(github.event.head_commit.message, '[skip ci]') == false
915
1016 runs-on : ubuntu-20.04
1117
3440 )
3541
3642 - name : upload
43+ if : github.repository == 'FDOS/kernel' &&
44+ (github.event_name == 'push' || github.event.pull_request.merged == true)
3745 uses : actions/upload-artifact@v2
3846 with :
3947 name : ${{ steps.snapshotname.outputs.fname }}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ This version of the kernel is intended only for 8086+ or 80386+ IBM compatible c
1313Please feel free to email me -
[email protected] 14142020
1515
16+ [ ![ Build] ( ../../workflows/Build/badge.svg )] ( ../../actions )
1617
1718[ ![ Build Status] ( https://travis-ci.com/FDOS/kernel.svg?branch=master )] ( https://travis-ci.com/FDOS/kernel )
1819Now with automatic builds and soon tests on [ Travis CI] ( http://travis-ci.com )
You can’t perform that action at this time.
0 commit comments