Skip to content

Commit

Permalink
tmp: trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Aug 31, 2022
1 parent e27caf0 commit 2de2018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: UnitTests

on:
push:
branches: [main, "release/*"]
branches: [main, "release/*", ci/pip-list]
pull_request:
branches: [main, "release/*"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-use-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Apply checks

on:
push:
branches: [main, "release/*"]
branches: [main, "release/*", ci/pip-list]
pull_request:
branches: [main, "release/*"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Deploy Docs"
on:
push:
branches: [main]
branches: [main, ci/pip-list]

jobs:
# https://github.com/marketplace/actions/deploy-to-github-pages
Expand Down

0 comments on commit 2de2018

Please sign in to comment.