Skip to content

Commit

Permalink
Trigger github workflow on pushes and PRs for the 'main' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vponomaryov committed Nov 5, 2024
1 parent 6f272a6 commit 5049c71
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
on: [push]

name: Continuous integration

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
check:
name: Check
Expand Down

0 comments on commit 5049c71

Please sign in to comment.