We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a82b81 commit 3702b85Copy full SHA for 3702b85
.github/workflows/deploy-release.yml
@@ -6,7 +6,7 @@ name: Release
6
on:
7
# Triggers the workflow on push or pull request events but only for the dev branch
8
push:
9
- branches: [release]
+ branches: ["v1.0.0"]
10
paths-ignore: ['**.md']
11
12
# Allows you to run this workflow manually from the Actions tab
0 commit comments