Skip to content

Commit

Permalink
run autobahn on pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed May 13, 2024
1 parent 01a09b3 commit 0284933
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Autobahn
on:
workflow_dispatch:

pull_request:
paths:
- '.github/workflows/autobahn.yml'
- 'lib/web/websocket/**'
- 'test/autobahn/**'

permissions:
contents: read

Expand Down

0 comments on commit 0284933

Please sign in to comment.