Skip to content

Commit

Permalink
Some update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod committed Sep 20, 2023
1 parent b8f7470 commit 1dc41da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Daily task

on:
push:
branch:
branches:
- master

jobs:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
4 changes: 3 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
console.log('Version 2');
console.log('Version 2');

console.log('Hello World');

0 comments on commit 1dc41da

Please sign in to comment.