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 cf9e727 commit a7dea6bCopy full SHA for a7dea6b
.github/workflows/ci.yml
@@ -4,32 +4,7 @@ env:
4
CARGO_TERM_COLOR: always
5
CLICOLOR: 1
6
7
-on:
8
- push:
9
- branches: [ main ]
10
- tags-ignore: [ '*' ]
11
- paths:
12
- - '.github/**'
13
- - 'ci/**'
14
- - 'etc/**'
15
- - 'src/**'
16
- - 'tests/**'
17
- - 'cargo-*/**'
18
- - 'gix*/**'
19
- - '*.toml'
20
- - Makefile
21
- pull_request:
22
23
24
25
26
27
28
29
30
31
32
+on: [push, pull_request, workflow_dispatch]
33
34
jobs:
35
pure-rust-build:
0 commit comments