Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Jul 17, 2024
1 parent ca48dc4 commit 4b508f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node": {
"version": "22"
},
"ghcr.io/devcontainers-contrib/features/corepack:1": {},
"ghcr.io/devcontainers-contrib/features/tsx:1": {}
}
}
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Electron Forge CI/CD
on:
push:
branches: [ main ]
tags:
- "*"
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 4b508f6

Please sign in to comment.