Skip to content

Commit

Permalink
Merge pull request #19 from aliefprihantoro/v2
Browse files Browse the repository at this point in the history
ci: fixed osv and build trigger
  • Loading branch information
aliefprihantoro authored Dec 9, 2024
2 parents 4a1570a + 55773a9 commit 276acd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@ name: "Build"

on:
push:
branches:
- master
paths:
- 'src/**/*.ts'
- '!src/**/*.d.ts'
- 'src/**/*.css'
- 'tailwind.config.mjs'
- 'postcss.config.cjs'
- 'astro.config.mjs'
tags:
- 'v*'
workflow_dispatch:
inputs:
title:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ permissions:

jobs:
scan-scheduled:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.6.2-beta"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.1"

0 comments on commit 276acd9

Please sign in to comment.