Skip to content

Commit

Permalink
Merge pull request #103 from fsegurai/development
Browse files Browse the repository at this point in the history
fix/improved release library and test workflows
  • Loading branch information
fsegurai authored Dec 2, 2024
2 parents e9af997 + 7e967ed commit df97572
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ name: Release Library
# Job will only run on push to the main branch after the test job has passed

on:
workflow_run:
workflows: [ "Test Lib-Demo" ]
types: [ completed ]
push:
branches: [ "main" ]
paths-ignore:
- ".github/**"
- "docs/**"
- "assets/**"
- "demo/public/**"
- "*.yml"
- "*.json"
- "*.config"
- "*.md"
- "!package.json"
- "!github/workflows/**"
workflow_dispatch:
inputs: { }

Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ name: Test Lib-Demo
# Job will only run on push and pull requests to the main branch

on:
push:
branches: [ "main" ]
paths-ignore:
- ".github/**"
- "docs/**"
- "assets/**"
- "demo/public/**"
- "*.yml"
- "*.json"
- "*.config"
- "*.md"
- "!package.json"
- "!github/workflows/**"
pull_request:
branches: [ "main" ]
paths-ignore:
Expand Down

0 comments on commit df97572

Please sign in to comment.