We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions
1 parent 60b1107 commit ba856c2Copy full SHA for ba856c2
.github/workflows/running.yml
@@ -4,12 +4,12 @@ on:
4
pull_request:
5
types: [synchronize, opened, reopened]
6
push:
7
- branches: [main]
+ branches: [main, development]
8
workflow_dispatch:
9
10
jobs:
11
install:
12
- name: Install and Running
+ name: Install and Run
13
14
runs-on: ubuntu-latest
15
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
0 commit comments