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 b7bcda8 commit 4d9d37bCopy full SHA for 4d9d37b
.github/workflows/cspell-action.yml
@@ -1,5 +1,6 @@
1
name: cspell-action
2
on:
3
+ workflow_dispatch:
4
pull_request:
5
push:
6
branches:
.github/workflows/jekyll.yml
@@ -8,8 +8,8 @@ name: Deploy Jekyll site to Pages
8
9
10
# Runs on pushes targeting the default branch
11
- push:
12
- branches: ["main"]
+ # push:
+ # branches: ["main"]
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -30,6 +30,7 @@ jobs:
30
# Build job
31
build:
32
runs-on: ubuntu-latest
33
+
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v4
0 commit comments