mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-25 11:28:39 -05:00
Update postBlueSky.yml
This commit is contained in:
committed by
GitHub
parent
0876df2752
commit
649ef7037d
@@ -27,7 +27,7 @@ jobs:
|
||||
# Job for posting when a PR is merged
|
||||
post_on_merge:
|
||||
# Only run this job for the pull_request trigger IF it was merged
|
||||
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user