Skip to content

Commit

Permalink
Added: Enable CI for current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Sep 9, 2023
1 parent a1c3e4e commit b715d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: C# Build, Test and Publish
on:
push:
branches: [ master, refactor-reloaded3-compliance ]
branches: [ master, refactor-reloaded3-compliance, support-android-and-bsd ]
tags:
- '*'
pull_request:
branches: [ master, refactor-reloaded3-compliance ]
branches: [ master, refactor-reloaded3-compliance, support-android-and-bsd ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Rust Build, Test & Publish

on:
push:
branches: [ main, master, crab ]
branches: [ main, master, crab, support-android-and-bsd ]
tags:
- '*'
pull_request:
branches: [ main, master, crab ]
branches: [ main, master, crab, support-android-and-bsd ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b715d83

Please sign in to comment.