Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
volesh committed May 3, 2024
1 parent 08725e7 commit e08c63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD

on:
push:
branches: [feature, master, release]
branches: [feature, master, release, main]

jobs:
Tests:
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export function main(a: number) {
console.log(a);

return a * 2;
}

0 comments on commit e08c63f

Please sign in to comment.