Skip to content

Commit

Permalink
Merge pull request #130 from solaoi/feature_update-ci-cd
Browse files Browse the repository at this point in the history
mainブランチへのマージ時にContributorを自動更新
  • Loading branch information
solaoi authored Apr 11, 2024
2 parents d401d16 + 3d9c37e commit e33b694
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: main

on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,3 @@ jobs:
releaseDraft: true
prerelease: false
args: --target aarch64-apple-darwin

- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e33b694

Please sign in to comment.