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.
2 parents b1bfde8 + 83a1570 commit d9e4008Copy full SHA for d9e4008
.github/workflows/ci.yml
@@ -4,10 +4,7 @@ concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
5
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
6
7
-on:
8
- push: { }
9
- pull_request: { }
10
- workflow_dispatch: { }
+on: [push, pull_request, workflow_dispatch]
11
12
permissions:
13
actions: read
0 commit comments