Skip to content

Commit a8705b4

Browse files
committed
Merge branch 'patch/21ee48f'
2 parents f2ceac9 + 65660a6 commit a8705b4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ '**' ]
55
pull_request:
66
branches: [ main ]
77

.github/workflows/commit-linting.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Commit Linting
22
on:
3+
push:
4+
branches: [ '**' ]
35
pull_request:
46
branches: [ main ]
57

.radicle/github_actions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
github_username: cytechmobile
22
github_repo: radicle-planning-boards
3-

0 commit comments

Comments
 (0)