Skip to content

Commit

Permalink
Fix lib workflow (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye authored May 21, 2024
1 parent 5b96eaa commit f7f5e55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend_lib_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Frontend Lib Release

on:
pull_request:
branches-ignore:
- dependabot/**
push:
branches:
- main
Expand All @@ -12,7 +15,6 @@ permissions:

jobs:
build:
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f7f5e55

Please sign in to comment.