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 1a01f0e commit 5b9deacCopy full SHA for 5b9deac
.github/workflows/check.yaml
@@ -9,6 +9,7 @@ on:
9
push:
10
branches:
11
- master
12
+ - 'fix/ci' # TODO remove this branch after CI is fixed
13
tags-ignore:
14
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
15
0 commit comments