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 1d70202 commit 039fdd8Copy full SHA for 039fdd8
.github/workflows/format.yml
@@ -1,9 +1,13 @@
1
name: Rustfmt
2
3
on:
4
- # Triggers the workflow on push request events but only for the master branch
+ # Triggers the workflow on push or pull request events but only for the main branch
5
push:
6
branches: [ main ]
7
+ pull_request:
8
+ branches: [ main ]
9
+ # Allows you to run this workflow manually from the Actions tab
10
+ workflow_dispatch:
11
12
jobs:
13
format:
0 commit comments