Skip to content

Commit

Permalink
Perf Workflow: Trigger upon release publishing (#30628)
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored Apr 9, 2021
1 parent b620c92 commit da8cb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Performances Tests
on:
pull_request:
release:
types: [created]
types: [published]

jobs:
performance:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js 14.x
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.5
with:
node-version: 14.x
node-version: 14.x

- name: Cache node modules
uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4
Expand Down

0 comments on commit da8cb91

Please sign in to comment.