Skip to content

Commit

Permalink
ci: run on PR or push on new-index
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Feb 3, 2025
1 parent 5f022b0 commit 22ca4f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- new-index
pull_request: {}

jobs:
test:
Expand Down

0 comments on commit 22ca4f4

Please sign in to comment.