Fix GitHub actions double-up

This commit is contained in:
Nindi Gill 2023-04-22 16:13:23 +10:00
parent 0392412d3e
commit a339767760
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
3 changed files with 12 additions and 18 deletions

View file

@ -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

View file

@ -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

View file

@ -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