diff --git a/.github/workflows/daily-tasks.yaml b/.github/workflows/daily-tasks.yaml index 9d5f96b..650d6a0 100644 --- a/.github/workflows/daily-tasks.yaml +++ b/.github/workflows/daily-tasks.yaml @@ -2,7 +2,7 @@ name: Daily task on: push: - branch: + branches: - master jobs: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/test.js b/test.js index 70ff7ed..f0ca17d 100644 --- a/test.js +++ b/test.js @@ -1 +1,3 @@ -console.log('Version 2'); \ No newline at end of file +console.log('Version 2'); + +console.log('Hello World');