Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Dec 19, 2023
1 parent 8350cff commit f33d6a5
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, 3.3]
branches: [master, 3.3, 3.4]

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, 3.3]
branches: [master, 3.3, 3.4]
pull_request:
branches: [master, 3.3]
branches: [master, 3.3, 3.4]

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, 3.3]
branches: [master, 3.3, 3.4]
pull_request:
branches: [master, 3.3]
branches: [master, 3.3, 3.4]

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, 3.3]
branches: [master, 3.3, 3.4]
pull_request:
branches: [master, 3.3]
branches: [master, 3.3, 3.4]

permissions:
contents: read
Expand Down

0 comments on commit f33d6a5

Please sign in to comment.