Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crnvl authored Sep 24, 2023
1 parent c1ac18d commit 43c99f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check Build

on:
push:
branches: [ "master", "dev" ]
branches: [ "master", "dev", "preview" ]
pull_request:
branches: [ "master", "dev" ]
branches: [ "master", "dev", "preview" ]

defaults:
run:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Build
run: cargo check -p xp-bot --verbose
- name: Run tests
run: cargo test -p xp-bot --verbose
run: cargo test -p xp-bot --verbose

0 comments on commit 43c99f8

Please sign in to comment.