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.
1 parent 6c2ebf4 commit faa2e62Copy full SHA for faa2e62
.github/workflows/ci.yml
@@ -1,9 +1,5 @@
1
name: CI
2
-on:
3
- pull_request:
4
- push:
5
- branches: ['**']
6
- tags-ignore: ['**']
+on: [push]
7
8
concurrency:
9
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}
0 commit comments