mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-20 23:47:16 -05:00
Fiddling with actions names
This commit is contained in:
parent
2a3b5b143a
commit
edd0cb0aae
3
.github/workflows/pullRequest.yml
vendored
3
.github/workflows/pullRequest.yml
vendored
@ -1,8 +1,9 @@
|
||||
---
|
||||
name: pull_request
|
||||
"on": [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
name: 'Pull Request'
|
||||
runs-on: self-hosted
|
||||
continue-on-error: true
|
||||
steps:
|
||||
|
10
.github/workflows/pushToMaster.yml
vendored
10
.github/workflows/pushToMaster.yml
vendored
@ -1,12 +1,12 @@
|
||||
---
|
||||
name: build
|
||||
# "on":
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
"on":
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
name: 'Push to Master'
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Set up Go 1.14
|
||||
|
Loading…
x
Reference in New Issue
Block a user