Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Nov 12, 2024
1 parent e6a1db9 commit 5f6c95b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Rust CI - GNU

on:
push:
branches: [ "main", "listener-refined" ]
branches: [ "listener-refined", "symbotic-bindings" ]
pull_request:
branches: [ "main", "listener-refined" ]
branches: [ "listener-refined", "symbotic-bindings" ]

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Rust CI - macOS

on:
push:
branches: [ "main", "listener-refined" ]
branches: [ "listener-refined", "symbotic-bindings" ]
pull_request:
branches: [ "main", "listener-refined" ]
branches: [ "listener-refined", "symbotic-bindings" ]

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Rust CI - MUSL

on:
push:
branches: [ "master", "listener-refined" ]
branches: [ "listener-refined", "symbotic-bindings" ]
pull_request:
branches: [ "main", "listener-refined" ]
branches: [ "listener-refined", "symbotic-bindings" ]

jobs:
check:
Expand Down

0 comments on commit 5f6c95b

Please sign in to comment.