Skip to content

Commit

Permalink
run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
IIpragmaII committed Oct 8, 2024
1 parent e564772 commit 8dc6f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Test Unit

on:
pull_request:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**.md'
- 'script/gcg/**'
on: [push]

env:
GO_VERSION: '1.23'
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Validate

on:
pull_request:
branches:
- '*'
on: [push]

env:
GO_VERSION: '1.23'
Expand Down

0 comments on commit 8dc6f2b

Please sign in to comment.