Skip to content

Commit

Permalink
Update CRATE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 30, 2023
1 parent 7726db1 commit 1bd2473
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CRATE.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
name: CRATE

on:
push:
branches:
- main
- master
tags:
- '*'
pull_request:
workflow_dispatch:

permissions:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 1bd2473

Please sign in to comment.