Skip to content

Commit

Permalink
Merge pull request #112 from signalwire/fix/gha-trigger-branch
Browse files Browse the repository at this point in the history
Update GHA workflow trigger branch from v2.0 to master
  • Loading branch information
andywolk authored Jul 17, 2023
2 parents 22f761f + 6e46ca3 commit d7c6efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:
types: [synchronize, opened]
branches:
- "v2.0"
- "master"
push:
branches:
- "v2.0"
- "master"

jobs:
scan_build:
Expand Down

0 comments on commit d7c6efc

Please sign in to comment.