Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Nov 19, 2024
1 parent 186720c commit 73695ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/bb.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: bb

on: [push, pull_request]
on:
push:
- main
pull_request:

jobs:

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: canary

on: [push, pull_request]
on:
push:
- main
pull_request:

jobs:

Expand Down

0 comments on commit 73695ea

Please sign in to comment.