Skip to content

Commit

Permalink
add workflow_call to test workflow triggers and increment version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 authored Jan 29, 2024
1 parent 379c0a9 commit 3cb456d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches: [ 'main' ]
push:
workflow_call:

jobs:
run_client_tests:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-manifest-game",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 3cb456d

Please sign in to comment.