Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Indra-db authored Mar 6, 2024
1 parent 745ae2a commit 1018ded
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: CI

on: [ push, pull_request ],
on:
push:
branches:
- master
pull_request:
merge_group:
branches:
- master
workflow_dispatch:



jobs:
rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1018ded

Please sign in to comment.