Skip to content

Commit

Permalink
chore: run on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 14, 2024
1 parent b0ff94b commit ff292d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: CI

on:
pull_request:
push:
branches: master
on: [pull_request, push]
#push:
# branches: master

env:
#RUSTFLAGS: "-Dwarnings"
Expand Down

0 comments on commit ff292d5

Please sign in to comment.