Skip to content

Commit

Permalink
Remove action trigger on ci-test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cqnykamp committed Aug 14, 2024
1 parent 3f15e86 commit 588d462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Client CI
on:
push:
branches: [main, ci-tests]
branches: main
pull_request:
branches: main
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Server CI
on:
push:
branches: [main, ci-tests]
branches: main
pull_request:
branches: main
jobs:
Expand Down

0 comments on commit 588d462

Please sign in to comment.