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 1fcefdc commit 231a5dbCopy full SHA for 231a5db
.github/workflows/build.yml
@@ -3,8 +3,9 @@ name: Build
3
on:
4
workflow_dispatch:
5
push:
6
- branches:
7
- - '**'
+ branches-ignore:
+ - 'preview/**'
8
+ - 'release/**'
9
paths:
10
- 'src/**'
11
0 commit comments