Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 6aece74

Browse files
committed
FIX: correct branches in workflow
1 parent 037e29b commit 6aece74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
99
branches:
10-
- master
10+
- main
1111
- development
12-
- gh-actions
1312
pull_request:
1413
branches:
15-
- master
14+
- main
1615
- development
1716

1817
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

0 commit comments

Comments
 (0)