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 3fb1a89 commit 71a3bddCopy full SHA for 71a3bdd
.github/workflows/build.yml
@@ -2,12 +2,13 @@ name: Build
2
3
on:
4
push:
5
- branches: ['**'] # Only run on branches
6
- tags-ignore: ['*'] # Ignore all tags
7
paths-ignore: ['**.md', '.vscode/**','docs/**','pictures/**']
+ branches:
+ - main # Only run on branches
8
pull_request:
9
types: [opened, synchronize, reopened]
10
11
+ workflow_dispatch:
12
13
env:
14
TOOL4D_PRODUCT_LINE: '20Rx'
0 commit comments