Skip to content

Commit

Permalink
always run Actions on push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
calccrypto committed Sep 13, 2023
1 parent 764e6c7 commit f857bf1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: XDD CI

on:
push:
branches: [ "xdd-2.0" ]
pull_request:
branches: [ "*" ]
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit f857bf1

Please sign in to comment.