Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
milkrage committed Jul 17, 2024
1 parent 03e0eb1 commit 9cb3311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/secure.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Secure

on: push
on:
push:
pull_request:

jobs:
# Sample GitHub Actions:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Verify

on: push
on:
push:
pull_request:

jobs:
tests:
Expand Down

0 comments on commit 9cb3311

Please sign in to comment.