Skip to content

Commit

Permalink
chore: removed action chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Mar 23, 2024
1 parent 0fcfae2 commit ade597b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
File renamed without changes.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-push-server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Build and push server

on:
workflow_call:
push:
branches:
- 'main'
paths:
- 'server/**'

defaults:
run:
Expand Down

0 comments on commit ade597b

Please sign in to comment.