Skip to content

Commit

Permalink
Bug 1914832: run the full test suite on main (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave authored Aug 26, 2024
1 parent 1277e85 commit 138fd64
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: Bugzilla Test Suite

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
pull_request
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
test_sanity:
Expand Down

0 comments on commit 138fd64

Please sign in to comment.