mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-17 00:24:49 -04:00
Fix GitHub actions double-up
This commit is contained in:
parent
0392412d3e
commit
a339767760
3 changed files with 12 additions and 18 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -1,13 +1,11 @@
|
||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths: ["**.swift"]
|
||||||
- "**.swift"
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths: ["**.swift"]
|
||||||
- "**.swift"
|
branches: [main]
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
10
.github/workflows/linting.yml
vendored
10
.github/workflows/linting.yml
vendored
|
@ -1,13 +1,11 @@
|
||||||
name: Linting
|
name: Linting
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths: ["**.swift"]
|
||||||
- "**.swift"
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths: ["**.swift"]
|
||||||
- "**.swift"
|
branches: [main]
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
jobs:
|
jobs:
|
||||||
linting:
|
linting:
|
||||||
name: Linting
|
name: Linting
|
||||||
|
|
10
.github/workflows/unit_tests.yml
vendored
10
.github/workflows/unit_tests.yml
vendored
|
@ -1,13 +1,11 @@
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths: ["**.swift"]
|
||||||
- "**.swift"
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths: ["**.swift"]
|
||||||
- "**.swift"
|
branches: [main]
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
jobs:
|
jobs:
|
||||||
unit_tests:
|
unit_tests:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue