Skip to content

Commit

Permalink
Merge pull request #8 from AssistantDKM/develop
Browse files Browse the repository at this point in the history
💚 Fix CI
  • Loading branch information
Khaoz-Topsy authored Apr 19, 2023
2 parents 381330c + a0c11bd commit bc7778f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ assignees: Khaoz-Topsy
- [ ] Create new item in Admin tool
- [ ] Copy content of `release_notes.txt` to Markdown
- [ ] Future date release date
- [ ] Copy guid, paste into `assistantAppsSettings.dart`
- [ ] Copy guid, paste into `assistant_apps_settings.dart`
- [ ] Create Pull Request
- [ ] Tag **main** (1.x.x) _This should [queue CodeMagic build](https://codemagic.io/app/641d82730d82a528c46ca76a/settings) automatically_

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flutterWeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: 'pages'
group: 'build-web'
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches: ['main']
tags:
- '*'
- '0.*'
- '1.*'

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flutterWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: 'pages'
group: 'build-windows'
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches: ['main']
tags:
- '*'
- '0.*'
- '1.*'

jobs:
build:
Expand Down

0 comments on commit bc7778f

Please sign in to comment.