Skip to content

Commit fee0aa7

Browse files
Merge pull request #6 from Architeuthis-Flux/MessingAroundWithWorkflows
make workflow work on main branch
2 parents 6b2d7c9 + 2ce99ca commit fee0aa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Package Jumperless App
22

33
on:
44
push:
5-
branches: [ MessingAroundWithWorkflows, develop ]
5+
branches: [ main ]
66
tags: [ 'v*' ]
77
pull_request:
8-
branches: [ MessingAroundWithWorkflows ]
8+
branches: [ main ]
99
workflow_dispatch:
1010

1111
env:

0 commit comments

Comments
 (0)