CI: Set deploy workflow concurrency

This commit is contained in:
Krille 2023-07-14 20:19:13 +09:00
commit 93fb10845d
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
name: Pull Request Workflow
on: [push, pull_request]
on: [pull_request]
env:
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}