We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993a209 commit ddec2d8Copy full SHA for ddec2d8
.github/workflows/ci.yml
@@ -4,8 +4,9 @@ on:
4
branches:
5
- master
6
- staging
7
- pull_requests: {}
+ pull_request: {}
8
jobs:
9
build:
10
+ runs-on: ubuntu-latest
11
steps:
12
- run: echo "hello world"
0 commit comments