Skip to content

Commit

Permalink
run ci on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Aug 16, 2022
1 parent 1290e00 commit 52e646d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: q3c

# Run this workflow every time a new commit pushed to your repository
on: push
on:
push:
branches:
- '*'
tags:
- '*'
pull_request:

jobs:
tester:
Expand Down

0 comments on commit 52e646d

Please sign in to comment.