Skip to content

Commit

Permalink
Merge pull request #22 from jgarzik/ci-upd
Browse files Browse the repository at this point in the history
[CI] run CI upon both push and PR events
  • Loading branch information
jgarzik authored Jun 4, 2024
2 parents 9220b46 + 0b6c6b1 commit 305f3c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/TestingCI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Rust

on: [push]
on:
push:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 305f3c9

Please sign in to comment.