Skip to content

Commit

Permalink
ohwait
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Nov 18, 2024
1 parent b16dd1b commit 0dbafcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/auto_compile_on_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: build
run: cargo build --verbose --release
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: test on push

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

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: build
run: cargo build --verbose --release
Expand Down

0 comments on commit 0dbafcd

Please sign in to comment.