chore: update ci

This commit is contained in:
Mythie
2023-11-06 15:10:46 +11:00
parent b0e3abffd6
commit d1fc7ea217
5 changed files with 11 additions and 11 deletions

View File

@ -2,9 +2,9 @@ name: "Continuous Integration"
on:
push:
branches: [ "feat/refresh" ]
branches: [ "main" ]
pull_request:
branches: [ "feat/refresh" ]
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}