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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.swift"
|
||||
paths: ["**.swift"]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.swift"
|
||||
branches:
|
||||
- main
|
||||
paths: ["**.swift"]
|
||||
branches: [main]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
10
.github/workflows/linting.yml
vendored
10
.github/workflows/linting.yml
vendored
|
@ -1,13 +1,11 @@
|
|||
name: Linting
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.swift"
|
||||
paths: ["**.swift"]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.swift"
|
||||
branches:
|
||||
- main
|
||||
paths: ["**.swift"]
|
||||
branches: [main]
|
||||
jobs:
|
||||
linting:
|
||||
name: Linting
|
||||
|
|
10
.github/workflows/unit_tests.yml
vendored
10
.github/workflows/unit_tests.yml
vendored
|
@ -1,13 +1,11 @@
|
|||
name: Unit Tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.swift"
|
||||
paths: ["**.swift"]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.swift"
|
||||
branches:
|
||||
- main
|
||||
paths: ["**.swift"]
|
||||
branches: [main]
|
||||
jobs:
|
||||
unit_tests:
|
||||
name: Unit Tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue