fix: Run build job on all configured branches
This commit is contained in:
@@ -10,7 +10,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: rust:slim
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user