Skip to content

Commit

Permalink
chore: made deploy final
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 1, 2023
1 parent f70b413 commit eccc208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy Workflow
on: [push]
#on:
# push:
# tags:
# - "*"
on:
push:
tags:
- "*"
jobs:
build-linux:
name: Build Linux
Expand Down
1 change: 0 additions & 1 deletion frontends/web/ts/gb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
default as _wasm,
GameBoy,
PadKey,
PpuMode,
GameBoyMode,
GameBoySpeed
} from "../lib/boytacean";
Expand Down

0 comments on commit eccc208

Please sign in to comment.