Skip to content

Commit 75877d5

Browse files
committed
main.yml uses dev branch again
1 parent e620673 commit 75877d5

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
@@ -6,12 +6,12 @@ name: CI
66
# events but only for the dev branch
77
on:
88
push:
9-
branches: [ dev-2023S2 ]
9+
# branches: [ dev-2023S2 ]
10+
branches: [ dev ]
1011
paths-ignore:
1112
- 'doc/**' # Ignore all files and subdirectories under "doc/"
1213
- 'docs/**' # Ignore all files and subdirectories under "docs/"
1314
#pull_request:
14-
# branches: [ dev ]
1515

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

0 commit comments

Comments
 (0)