Skip to content

Commit

Permalink
Merge pull request #39392 from Expensify/vit-updateREassureTrigger
Browse files Browse the repository at this point in the history
[NoQA] Make sure the reassure tests are triggered on push to main
  • Loading branch information
Julesssss authored Apr 2, 2024
2 parents a4d01a8 + 8ddf82f commit 9ad040d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reassurePerformanceTests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Reassure Performance Tests

on:
push:
branches: [main]
paths-ignore: [docs/**, contributingGuides/**, jest/**, workflow_tests/**]
pull_request:
types: [opened, synchronize, closed]
types: [opened, synchronize]
branches-ignore: [staging, production]
paths-ignore: [docs/**, .github/**, contributingGuides/**, tests/**, workflow_tests/**, '**.md', '**.sh']

Expand Down

0 comments on commit 9ad040d

Please sign in to comment.