Skip to content

Commit

Permalink
Allow CI jobs for pull requests and push to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
milkrage committed Jul 30, 2024
1 parent 6634ddb commit 71f04f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Secure

on:
push:
branches:
- master
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Verify

on:
push:
branches:
- master
pull_request:

jobs:
Expand Down

0 comments on commit 71f04f0

Please sign in to comment.