Skip to content

Commit

Permalink
chore: update actions for backport
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Dec 24, 2024
1 parent 67452a8 commit f3ba380
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [master]
branches: [master, backport/1.1.x]
pull_request:
branches: [master]
types: [opened, reopened, synchronize]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DCP

on:
push:
branches: [master]
branches: [master, backport/1.1.x]
pull_request:
branches: [master]
types: [opened, reopened, synchronize]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Integration

on:
push:
branches: [ master ]
branches: [master, backport/1.1.x]
pull_request:
branches: [ master ]
types: [ opened, reopened, synchronize ]
branches: [master]
types: [opened, reopened, synchronize]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit f3ba380

Please sign in to comment.