Skip to content

Commit

Permalink
Attempt to fix triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Mar 14, 2023
1 parent b73f20d commit 00056c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Continuous Integration
on:
push:
pull_request:
release: [created]
release:
types: [created]
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 00056c4

Please sign in to comment.