Skip to content

Commit

Permalink
change to pull_request as push returns a different github.sha
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccoolguy committed Jan 30, 2024
1 parent f941b5b commit faa7825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CD

on:
push:
branches: [add-cd-full] # Temporary trigger
pull_request:
branches: [master] # Temporary trigger
workflow_run:
workflows: [CI]
branches: [master]
Expand Down

0 comments on commit faa7825

Please sign in to comment.