Skip to content

Commit 6282d35

Browse files
authored
Merge pull request #20 from exendahal/fix/update_ci_file
Update ci script
2 parents fb6bbe6 + bd74f2c commit 6282d35

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

.github/workflows/sample-ci.yml renamed to .github/workflows/build-maui-app-ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
name: Build Sample for CI
1+
name: Build MAUI APP
22

33
on:
44
push:
55
branches:
6-
- "main"
7-
- "develop"
6+
- "main"
87
paths-ignore:
98
- "**.md"
109
pull_request:
1110
branches:
12-
- "main"
13-
- "develop"
11+
- "main"
1412

1513
env:
1614
BUILD_CONFIGURATION: Release

.github/workflows/release-nuget.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)