Skip to content

Commit

Permalink
Adapt actions for 0.1-maint branch
Browse files Browse the repository at this point in the history
Signed-off-by: Imran M Yousuf <[email protected]>
  • Loading branch information
imyousuf committed Mar 30, 2021
1 parent 296b8bf commit 863b990
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Webhook Broker CI

on:
push:
branches: [ main ]
branches: [ 0.1-maint ]
pull_request:
branches: [ main ]
branches: [ 0.1-maint ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "Code & Container Security Checks"

on:
push:
branches: [ main ]
branches: [ 0.1-maint ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ 0.1-maint ]
schedule:
- cron: '17 14 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Webhook Broker Integration Test

on:
push:
branches: [ main ]
branches: [ 0.1-maint ]
pull_request:
branches: [ main ]
branches: [ 0.1-maint ]

jobs:

Expand Down

0 comments on commit 863b990

Please sign in to comment.