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 d4f4c23 commit c84f664Copy full SHA for c84f664
.github/workflows/ci.yml
@@ -3,6 +3,10 @@ name: CI
3
on:
4
pull_request:
5
branches: [ main ]
6
+ push:
7
+ tags:
8
+ - "v*"
9
+ workflow_dispatch: # allows manual run too
10
11
jobs:
12
build:
0 commit comments