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 7866d94 commit 18a3a5bCopy full SHA for 18a3a5b
.github/workflows/ci.yml
@@ -1,9 +1,13 @@
1
name: CI
2
on:
3
+ # See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request.
4
pull_request:
5
+ # See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#push.
6
push:
- branches: ['**']
- tags-ignore: ['**']
7
+ branches:
8
+ - '**'
9
+ tags-ignore:
10
11
12
concurrency:
13
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}
0 commit comments