Skip to content

Commit

Permalink
fix: workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed May 10, 2024
1 parent 72cf52e commit 650b247
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Sonar

# on:
# workflow_run:
# workflows: [CI]
# types: [completed]

on:
push:
branches:
- main
pull_request:
workflow_run:
workflows: [CI]
types: [completed]

# on:
# push:
# branches:
# - main
# pull_request:

jobs:
shared:
Expand Down

0 comments on commit 650b247

Please sign in to comment.