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 9e2ec6b commit 7fb85d5Copy full SHA for 7fb85d5
.github/workflows/check.yaml
@@ -7,11 +7,7 @@ on:
7
8
# Push to master will trigger code checks
9
push:
10
- branches:
11
- - master
12
- - 'fix/*'
13
- tags-ignore:
14
- - "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
+
15
16
jobs:
17
lint_and_test:
.github/workflows/pre_release.yaml
@@ -3,11 +3,6 @@ name: Create a pre-release
3
on:
4
# Push to master will deploy a beta version
5
6
concurrency:
group: release
0 commit comments