Skip to content

Commit

Permalink
using actions to PR for cl (it's main branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
telepenin committed Dec 23, 2022
1 parent 78dc7fe commit 1c7b31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: tests

on:
push: {branches: [master]}
pull_request: {branches: [master]}
push: {branches: [cl]}
pull_request: {branches: [cl]}

jobs:
test:
Expand Down

0 comments on commit 1c7b31e

Please sign in to comment.