mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Trigger AWS Graviton 3 CI job only for develop and release branches
This commit is contained in:
10
.github/workflows/arm64_graviton.yml
vendored
10
.github/workflows/arm64_graviton.yml
vendored
@@ -1,6 +1,14 @@
|
||||
name: arm64 graviton cirun
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- release-**
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- release-**
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user