Skip to content

Commit

Permalink
class update webhook
Browse files Browse the repository at this point in the history
- revert e1335ce
  • Loading branch information
Metro420yt committed Sep 11, 2024
1 parent b880174 commit 68f7baf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/classUpdate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update Classes

on:
workflow_dispatch:
repository_dispatch:
types: [update_class]

jobs:
classUpdate:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Update
run: npm run classUpdate
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'chore: update classes'
fetch: true
2 changes: 0 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
paths:
- stuff/**
repository_dispatch:
types: [complie]

jobs:
compile:
Expand Down

0 comments on commit 68f7baf

Please sign in to comment.