Skip to content

Commit

Permalink
Run tests only on push to main branch and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisiaM authored May 26, 2021
1 parent 2499112 commit d75378a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on: [push, pull_request_target]
on:
push:
branches: [ main ]
pull_request_target:

jobs:
build:
Expand Down

0 comments on commit d75378a

Please sign in to comment.