Skip to content

Commit c641301

Browse files
committed
Configure gh actions
1 parent c489459 commit c641301

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Markdown Link Check
22
on:
33
push:
4+
branches:
5+
- '*'
46
pull_request:
57
schedule:
68
- cron: '0 7 * * *'

.github/workflows/semgrep.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Semgrep
22
on:
33
push:
4+
branches:
5+
- '*'
46
pull_request:
57
jobs:
68
semgrep:

.github/workflows/spell-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Spell Check
22
on:
33
push:
4+
branches:
5+
- '*'
46
pull_request:
57
jobs:
68
spell-check:

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Unit Test
22
on:
33
push:
4+
branches:
5+
- '*'
46
pull_request:
57
jobs:
68
unit-test:

0 commit comments

Comments
 (0)