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 c74c473 commit 367f07dCopy full SHA for 367f07d
.github/workflows/build-and-deploy-pages.yml
@@ -1,5 +1,9 @@
1
name: Build and Deploy pages to GitHub Pages
2
-on: [push, workflow_dispatch]
+on:
3
+ push:
4
+ branches-ignore:
5
+ - web-3
6
+ pull_request:
7
8
permissions:
9
contents: read
0 commit comments