Skip to content

Commit

Permalink
Expand across every workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 26, 2024
1 parent 3bf0923 commit 829cb3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/bundle-audit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: Bundler Audit
on: [push]
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]

jobs:
audit:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
name: "CodeQL"

name: CodeQL
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: '44 6 * * 4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI
name: Tests
on:
push:
branches:
Expand Down

0 comments on commit 829cb3f

Please sign in to comment.