Skip to content

Commit 0315a3a

Browse files
authored
chore: run workflows on main (#159)
chore: run workflows on main
1 parent e2351cb commit 0315a3a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
name: CI/CD
33

4-
on: [pull_request] # yamllint disable-line rule:truthy
4+
on:
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
511

612
jobs:
713
ci:

0 commit comments

Comments
 (0)