Browse Source

Add "master" brunch for run tests

master
Дмитрий 2 years ago
parent
commit
8be19038a4
  1. 4
      .github/workflows/runtests.yml

4
.github/workflows/runtests.yml

@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
branches: [ "main", "master" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "master" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Loading…
Cancel
Save