Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Jun 10, 2024
1 parent e10b1c8 commit 20d310c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci

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

jobs:
Expand All @@ -21,8 +21,6 @@ jobs:
- name: tests
run: |
scripts/tests
scripts/run_test_prep
scripts/run_tests
- name: xbuild
run: scripts/xbuild
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- name: tests
run: |
scripts/tests
scripts/run_test_prep
scripts/run_tests
- name: xbuild
run: version=${GITHUB_REF#$"refs/tags/v"} scripts/xbuild
Expand Down

0 comments on commit 20d310c

Please sign in to comment.