Skip to content

Commit 7462e7d

Browse files
committed
ci: enable automatic CI again
1 parent 354944d commit 7462e7d

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/main.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
name: CI
22

3-
#on:
4-
# push:
5-
# branches:
6-
# - master
7-
# paths:
8-
# - '.github/workflows/**'
9-
# - 'build/**'
10-
# - 'deps/**'
11-
# - 'sources/**'
12-
# - '!**/.all-contributorsrc'
13-
# - '!**/.editorconfig'
14-
# - '!**/.gitignore'
15-
# - '!**/*.md'
16-
# - '!crowdin.yml'
17-
# pull_request:
18-
# paths:
19-
# - '.github/workflows/**'
20-
# - 'build/**'
21-
# - 'deps/**'
22-
# - 'sources/**'
23-
# - '!**/.all-contributorsrc'
24-
# - '!**/.editorconfig'
25-
# - '!**/.gitignore'
26-
# - '!**/*.md'
27-
# - '!crowdin.yml'
28-
# types: [opened, synchronize, reopened, ready_for_review]
29-
# workflow_dispatch:
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
- '.github/workflows/**'
9+
- 'build/**'
10+
- 'deps/**'
11+
- 'sources/**'
12+
- '!**/.all-contributorsrc'
13+
- '!**/.editorconfig'
14+
- '!**/.gitignore'
15+
- '!**/*.md'
16+
- '!crowdin.yml'
17+
pull_request:
18+
paths:
19+
- '.github/workflows/**'
20+
- 'build/**'
21+
- 'deps/**'
22+
- 'sources/**'
23+
- '!**/.all-contributorsrc'
24+
- '!**/.editorconfig'
25+
- '!**/.gitignore'
26+
- '!**/*.md'
27+
- '!crowdin.yml'
28+
types: [opened, synchronize, reopened, ready_for_review]
29+
workflow_dispatch:
3030

3131
permissions:
3232
checks: write

0 commit comments

Comments
 (0)