We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e576ebb + f3c4775 commit 896d77eCopy full SHA for 896d77e
.github/workflows/ci.yml
@@ -1,8 +1,11 @@
1
name: CI
2
on:
3
pull_request:
4
+ push:
5
+ branches:
6
+ - master
7
concurrency:
- group: ${{ github.workflow }}-${{ github.head_ref }}
8
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9
cancel-in-progress: true
10
11
env:
README.md
@@ -3,7 +3,7 @@
# NeverThrow 🙅
-[](https://app.circleci.com/pipelines/github/supermacro/neverthrow)
+[](https://github.com/supermacro/neverthrow/actions)
## Description
0 commit comments