Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHumanz committed Mar 5, 2022
1 parent 8b88806 commit 0cc846d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: build go-simp main module

on:
push:
branches:
- 'master'
paths-ignore:
- '.github/**'
- 'service/pilot/**'
on: workflow_dispatch

jobs:
build:
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/lts-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: build go-simp lts module

on:
push:
paths:
- 'service/pilot/**'
branches:
- 'master'
tags-ignore:
- 'v*.*.*'
on: workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0cc846d

Please sign in to comment.