mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Avoid redundant CI runs
This commit is contained in:
parent
1c603a23fa
commit
48fa275d04
1 changed files with 4 additions and 1 deletions
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: C/C++ CI
|
name: C/C++ CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-alpine:
|
build-alpine:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue