Skip to content

Commit

Permalink
ci: only run on_push for master
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaKeks committed Nov 14, 2023
1 parent 8f91edd commit 92e837e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CS2KZ API CI

on:
push:
branches: ['master']
pull_request:

env:
Expand Down

0 comments on commit 92e837e

Please sign in to comment.