We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2298af6 commit f2fc3d6Copy full SHA for f2fc3d6
.github/workflows/trunk.yml
@@ -1,12 +1,16 @@
1
name: trunk
2
3
on:
4
- pull_request:
5
- tags:
6
- - ciflow/trunk/*
7
push:
8
branches:
9
- main
+ - release/*
+ tags:
+ - ciflow/trunk/*
10
+ pull_request:
11
+ paths:
12
+ - CMakeLists.txt
13
+ - .github/workflows/trunk.yml
14
workflow_dispatch:
15
16
concurrency:
@@ -20,7 +24,7 @@ jobs:
20
24
strategy:
21
25
fail-fast: false
22
26
with:
23
- runner: macos-m1-stable
27
+ runner: macos-14-xlarge
28
python-version: '3.11'
29
submodules: 'true'
30
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
0 commit comments