We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad767d commit 60dc586Copy full SHA for 60dc586
.github/workflows/ci.yml
@@ -2,7 +2,15 @@
2
3
name: CI tasks
4
5
-on: [push, pull_request]
+on:
6
+ pull_request: {}
7
+ push:
8
+ branches:
9
+ - main
10
+
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
15
jobs:
16
tests:
.github/workflows/lint.yml
name: Lint
lint:
0 commit comments