Skip to content

Commit

Permalink
Run workflow on main
Browse files Browse the repository at this point in the history
  • Loading branch information
joextodd committed Feb 8, 2021
1 parent 6d8d6e4 commit c761b49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,12 @@
name: tests

on: pull_request
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

Expand Down

0 comments on commit c761b49

Please sign in to comment.