We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7090704 commit d99326aCopy full SHA for d99326a
.github/workflows/ci-changelog.yaml
@@ -2,6 +2,8 @@ name: Update Changelog
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 0 * * 0'
7
8
jobs:
9
updateChangeLog:
@@ -38,4 +40,3 @@ jobs:
38
40
labels: |
39
41
docs
42
assignees: luarss
- reviewers: luarss
.github/workflows/ci.yaml
@@ -5,7 +5,19 @@ on:
push:
branches:
- master
+ paths:
+ - 'backend/**'
10
+ - 'frontend/**'
11
+ - 'evaluation/**'
12
+ - 'Makefile'
13
+ - 'docker-compose.yml'
14
pull_request:
15
16
17
18
19
20
21
22
23
build-backend-docker:
0 commit comments