Skip to content

Commit

Permalink
ci: Cleaning workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed May 1, 2024
1 parent 10b1d93 commit c874d09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/argilla-frontend.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

workflow_call:

push:
paths:
- "argilla-frontend/**"

pull_request:
paths:
- "argilla-frontend/**"
Expand All @@ -17,8 +21,6 @@ on:
- synchronize
- ready_for_review



jobs:

build:
Expand Down
2 changes: 1 addition & 1 deletion argilla-frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Remove me

import { NuxtConfig } from "@nuxt/types";
import Mode from "frontmatter-markdown-loader/mode";
import pkg from "./package.json";
Expand Down

0 comments on commit c874d09

Please sign in to comment.