Skip to content

Commit

Permalink
workflow_dispatch for all workflows (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 24, 2023
1 parent b84076a commit 4bf6815
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 53 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: BrowserStack

on:
push:
branches:
- "**"
- "!dependabot/**"
# push:
workflow_dispatch:

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Bundlewatch

on:
push:
branches:
- main
pull_request:
# push:
# branches-ignore:
# - "dependabot/**"
# pull_request:
workflow_dispatch:

env:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Compress Images

on:
pull_request:
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.webp'
# pull_request:
# paths:
# - '**.jpg'
# - '**.jpeg'
# - '**.png'
# - '**.webp'

jobs:
build:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: "CodeQL"

on:
push:
branches:
- main
- v4-dev
- "!dependabot/**"
pull_request:
branches:
- main
- v4-dev
- "!dependabot/**"
schedule:
- cron: "0 2 * * 4"
#push:
# branches:
# - main
# - v4-dev
# - "!dependabot/**"
#pull_request:
# branches:
# - main
# - v4-dev
# - "!dependabot/**"
#schedule:
# - cron: "0 2 * * 5"
workflow_dispatch:

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: cspell

on:
push:
branches:
- main
pull_request:
#push:
# branches-ignore:
# - "dependabot/**"
#pull_request:
workflow_dispatch:

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CSS

on:
push:
branches:
- main
pull_request:
#push:
# branches-ignore:
# - "dependabot/**"
#pull_request:
workflow_dispatch:

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Docs

on:
push:
branches:
- main
pull_request:
#push:
# branches-ignore:
# - "dependabot/**"
#pull_request:
workflow_dispatch:

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: JS Tests

on:
push:
branches:
- main
pull_request:
#push:
# branches-ignore:
# - "dependabot/**"
#pull_request:
workflow_dispatch:

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Lint

on:
push:
branches:
- main
pull_request:
#push:
# branches-ignore:
# - "dependabot/**"
#pull_request:
workflow_dispatch:

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/node-sass.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CSS (node-sass)

on:
push:
branches:
- main
pull_request:
#push:
# branches-ignore:
# - "dependabot/**"
#pull_request:
workflow_dispatch:

env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release notes

on:
push:
branches:
- main
#push:
# branches:
# - main
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 4bf6815

Please sign in to comment.