Browse Source

Update rust.yml

main
Srinath Setty 3 years ago
parent
commit
2a877f9ad0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/rust.yml

+ 2
- 2
.github/workflows/rust.yml

@ -2,9 +2,9 @@ name: Build and Test Nova
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:

Loading…
Cancel
Save