We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e620673 commit 75877d5Copy full SHA for 75877d5
.github/workflows/main.yml
@@ -6,12 +6,12 @@ name: CI
6
# events but only for the dev branch
7
on:
8
push:
9
- branches: [ dev-2023S2 ]
+ # branches: [ dev-2023S2 ]
10
+ branches: [ dev ]
11
paths-ignore:
12
- 'doc/**' # Ignore all files and subdirectories under "doc/"
13
- 'docs/**' # Ignore all files and subdirectories under "docs/"
14
#pull_request:
- # branches: [ dev ]
15
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
jobs:
0 commit comments