Skip to content

Commit

Permalink
run github actions in branch dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 31, 2024
1 parent d6a5546 commit ef76429
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL Advanced"

on:
push:
branches: ["master", "github-action"]
branches: ["master", "dev", "github-action"]
pull_request:
branches: ["master"]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Validate Plugins"

on:
push:
branches: ["master", "github-action"]
branches: ["master", "dev", "github-action"]
pull_request:
schedule:
- cron: "33 1 * * 3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pypi-publish

on:
push:
branches: ["master"]
branches: ["master", "dev"]

jobs:
pypi-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Test"

on:
push:
branches: ["master", "github-action"]
branches: ["master", "dev", "github-action"]
pull_request:
schedule:
- cron: "33 1 * * 3"
Expand Down

0 comments on commit ef76429

Please sign in to comment.