Skip to content

Commit

Permalink
Update workflow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Price committed Jan 26, 2024
1 parent 022c978 commit 7bc907b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/commit-bitmap.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Bit Commit Bitmap
name: Tag and Export and Commit Bitmap
on:
workflow_dispatch:
permissions:
contents: write
pull_request:
branches:
- main
types: [closed]
jobs:
release:
if: ${{ github.event.pull_request.merged }}
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -18,5 +20,5 @@ jobs:
uses: bit-tasks/init@v1
- name: Bit Tag and Export
uses: bit-tasks/tag-export@v1
- name: Commit Bitmap
- name: Bit Commit Bitmap
uses: bit-tasks/commit-bitmap@v1
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize Bit
uses: bit-tasks/init@v1
uses: bit-tasks/init@v1
- name: Bit Pull Request
uses: bit-tasks/pull-request@v1

0 comments on commit 7bc907b

Please sign in to comment.