Skip to content

Commit 1ae8e25

Browse files
author
John Tore Simonsen
committed
Add checks for verji-develop branch
1 parent dbc3c3b commit 1ae8e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Main
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, verji-develop]
55
pull_request:
6-
branches: [main]
6+
branches: [main, verji-develop]
77
jobs:
88
# Global
99
# ================================================

0 commit comments

Comments
 (0)