Skip to content

Commit

Permalink
Merge pull request #21 from 0xPolygon/feature/ghaction-test-main
Browse files Browse the repository at this point in the history
feat: Add workflow_dispatch to test-e2e
  • Loading branch information
joanestebanr authored Jul 25, 2024
2 parents 1ae1696 + 85c3852 commit f256553
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test e2e
on: push
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-e2e:
Expand Down

0 comments on commit f256553

Please sign in to comment.