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 5e5cea8 commit 0154e2aCopy full SHA for 0154e2a
.github/workflows/build-presets.yml
@@ -0,0 +1,13 @@
1
+name: Build Presets
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
+ - release/*
9
+ workflow_dispatch:
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
13
+ cancel-in-progress: true
0 commit comments