Skip to content

Commit

Permalink
Run required checks on push and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Dec 11, 2024
1 parent 7655ade commit 08ebdb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: Tests

on:
push:

on: [push, pull_request]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-oscal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Validate OSCAL Assembly

on: [pull_request]
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit 08ebdb8

Please sign in to comment.