We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1b28e commit d00d55cCopy full SHA for d00d55c
.github/workflows/analysis.yml
@@ -1,6 +1,16 @@
1
name: "Analysis"
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ push:
5
+ branches-ignore:
6
+ - docs
7
+ pull_request:
8
+ branches: ["main"]
9
+ workflow_dispatch:
10
+
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref_name }}
13
+ cancel-in-progress: true
14
15
jobs:
16
sonarcloud:
.github/workflows/build.yml
@@ -8,11 +8,14 @@ name: "Build"
on:
push:
- branches: ["**"]
- pull_request:
workflow_dispatch:
17
18
19
20
swiftpm:
21
name: "Swift Package Manager"
0 commit comments