Skip to content

Commit

Permalink
Trigger test workflow runs on all pull requests and push to main/ma…
Browse files Browse the repository at this point in the history
…inline
  • Loading branch information
magnetikonline committed Jun 7, 2022
1 parent 92c7e72 commit ed0036f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test

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

jobs:
test:
Expand Down

0 comments on commit ed0036f

Please sign in to comment.