Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ishutinvv committed Aug 15, 2024
1 parent 2d48227 commit 3919a84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/SwiftPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ name: SwiftPM

on:
push:
branches: [ master ]
branches: [ tmp ]
pull_request:
branches: [ master ]

env:
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
workflow_dispatch:
branches: [ tmp ]

jobs:
build:

runs-on: macos-latest
runs-on: emcee-macos-14

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: SwiftLint

on:
push:
branches: [ tmp ]
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
Expand All @@ -9,7 +11,7 @@ on:

jobs:
SwiftLint:
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint
Expand Down

0 comments on commit 3919a84

Please sign in to comment.