Skip to content

Commit

Permalink
Only run CI for the master branch on push (still on any branch for pu…
Browse files Browse the repository at this point in the history
…ll_request)
  • Loading branch information
soywiz committed Jan 23, 2024
1 parent 0d524ca commit bb05204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: TEST

on:
push:
branches: [ "master", "main" ]
pull_request:

concurrency:
Expand Down

0 comments on commit bb05204

Please sign in to comment.