Skip to content

Commit

Permalink
Removes workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Nov 27, 2023
1 parent c7188a3 commit 496456e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
workflow_dispatch:
branches: ["main"]

env:
CARGO_TERM_COLOR: always
Expand All @@ -15,11 +14,10 @@ env:

jobs:
tests:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v3

- name: Run tests
run: cargo test --verbose

0 comments on commit 496456e

Please sign in to comment.