Skip to content

Commit

Permalink
ensure workflows run for the 3.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Mar 29, 2023
1 parent 60c06dc commit 3193dae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master]
branches: [master, 3.3]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI — Oxide

on:
push:
branches: [master]
branches: [master, 3.3]
pull_request:
branches: [master]
branches: [master, 3.3]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-oxide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Integration Tests — Oxide

on:
push:
branches: [master]
branches: [master, 3.3]
pull_request:
branches: [master]
branches: [master, 3.3]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Integration Tests — Stable

on:
push:
branches: [master]
branches: [master, 3.3]
pull_request:
branches: [master]
branches: [master, 3.3]

permissions:
contents: read
Expand Down

0 comments on commit 3193dae

Please sign in to comment.