diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9ca037..55e36b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,14 @@ -name: test +name: ci on: push: - branches: [main, master] + branches: + - main + - develop pull_request: - branches: [main, master] + branches: + - main + - develop concurrency: group: test-${{ github.head_ref }}