Skip to content

Commit

Permalink
Run all of the CI except for Docker builds on any change (coturn#1415)
Browse files Browse the repository at this point in the history
I'm having trouble testing changes in my own fork because many of the CI
workflows are only set to build on a pull request.

Better to just build on any commit.

I've left the docker builds as they are.
  • Loading branch information
jonesmz authored May 27, 2024
1 parent e8fa2f6 commit 6f82083
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: "CodeQL"

on:
push:
branches: [ 'master' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'master' ]
types: [ opened, reopened, synchronize ]
schedule:
- cron: '6 13 * * 4'

Expand Down

0 comments on commit 6f82083

Please sign in to comment.