Skip to content

Commit 67d2d8d

Browse files
committed
ci(autobahn): run autobahn jobs on push/pull to main
Signed-off-by: Jad K. Haddad <[email protected]>
1 parent 3c840ee commit 67d2d8d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/autobahn.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: autobahn
22

33
on:
4-
pull_request:
54
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
68

79
jobs:
810
autobahn:

0 commit comments

Comments
 (0)