Skip to content

Commit

Permalink
adding dev and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Singh committed Oct 29, 2023
1 parent 2c4962f commit 296ce25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
branches:
- '*'
paths:
- './*'
- .
workflow_dispatch: {}
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timetracking",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 296ce25

Please sign in to comment.