Skip to content

Commit

Permalink
ci: trigger jobs on actions on branch-3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Jun 20, 2024
1 parent 453ca1f commit 4cf127e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla 2023.1.3, IPV4, raft schema)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-2023.1.3-ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla 2023.1.3, IPV4)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla 2023.1.3, IPV6, raft schema)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-2023.1.3-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (2023.1.3, IPV6)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV4, raft schema)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.4.1-ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV4)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV6, raft schema)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.4.1-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV6)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla Nightly, IPV4, raft schema, raft topology, table
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla Nightly, IPV4, raft schema, raft topology)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration tests (Scylla Nightly, IPV4, raft schema)
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sanity check
on:
push:
branches:
- master
- branch-3.3
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down

0 comments on commit 4cf127e

Please sign in to comment.