Skip to content

Commit 02337b6

Browse files
committed
chore(repo): run GitHub workflows on push
For the Radicle GitHub Actions integration to work, workflows must be run on push of any branch Signed-off-by: Zacharias Fragkiadakis <[email protected]>
1 parent 9f01fcf commit 02337b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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

0 commit comments

Comments
 (0)