Skip to content

Commit

Permalink
fix(cd): fix CD release triggers (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
manjotsidhu authored Aug 16, 2021
1 parent f58327f commit f88a087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CD

on: [release]
on:
release:
types: [published]

env:
FB_APP_ID: ${{ secrets.FB_APP_ID }}
Expand Down

0 comments on commit f88a087

Please sign in to comment.