Skip to content

Commit

Permalink
Remove unneeded building of client on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
UsualSpec authored Jul 22, 2024
1 parent b63f575 commit a14762c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI Client builder
on: [workflow_dispatch, push]
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit a14762c

Please sign in to comment.