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.
2 parents 04a227b + 8d92a62 commit c93f021Copy full SHA for c93f021
.github/workflows/build-web-for-branch.yml
@@ -2,8 +2,8 @@ name: Build web pages for branch
2
3
on:
4
push:
5
- branches:
6
- - web-3-not-exists
+ branches-ignore:
+ - master
7
workflow_dispatch:
8
9
jobs:
.github/workflows/build-web.yml
@@ -3,7 +3,7 @@ name: Build web pages
branches:
- - web-3
0 commit comments