Skip to content

Commit

Permalink
Merge pull request #153 from vsupruniuk/CTF-141-github-action-for-her…
Browse files Browse the repository at this point in the history
…oku-deploy

CTF-141: Fix action syntax issue
  • Loading branch information
vsupruniuk authored Nov 8, 2024
2 parents dac4784 + 0fc6bf4 commit 07462c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CodeQL Advanced scanning
on:
pull_request:
branches:
- master,
- master
- release/*
schedule:
- cron: '00 14 * * 5'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Chatify API code delivery
on:
pull_request:
branches:
- master,
- master
- release/*
workflow_dispatch:

Expand Down

0 comments on commit 07462c3

Please sign in to comment.