We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edc552 commit 423e905Copy full SHA for 423e905
.github/workflows/mend.yml
@@ -2,9 +2,7 @@ name: Build & Deploy to Pages
2
3
on:
4
push:
5
- tags:
6
- - "v*"
7
-
+ branches: ["main"]
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
0 commit comments