Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
wangda committed Feb 22, 2022
1 parent 5c55e08 commit 6560170
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/package_push_nuget.org.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
name: Package Push Nuget
on:
create:
ref_type: [ tags ]
# push:
# branches: [ develop ]
# pull_request:
# branches: [ develop ]
workflow_dispatch:
release:
types: [ created ]

jobs:
packeg-build:
name: packeg build and push
runs-on: ${{matrix.os}}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: git pull
uses: actions/checkout@v2
Expand Down

0 comments on commit 6560170

Please sign in to comment.