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 d957f9c commit d90e1d2Copy full SHA for d90e1d2
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
on:
3
push:
4
branches: [ main ]
5
+ tags: ["*"]
6
pull_request:
7
-
8
jobs:
9
build:
10
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
workflows: ["CI"]
types: [completed]
- branches: [master, main]
+ branches: [main]
tags: ["*"]
publish:
0 commit comments