Skip to content

Commit

Permalink
Merge pull request #1 from arturo-lang/test-pr-1
Browse files Browse the repository at this point in the history
trigger CI
  • Loading branch information
drkameleon authored Nov 8, 2023
2 parents 5663c69 + d0cbcdf commit 81884b3
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Verify Packages"
name: "Packages"
on:
push:
branches:
'!main'
pull_request:
paths-ignore:
- '*.html'
Expand All @@ -11,15 +14,8 @@ defaults:
shell: bash -l {0}

jobs:
build:
name: "Verify Packages"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
version:
- full
Verify:
runs-on: ubuntu-latest
steps:
- name: "Cancel similar actions in progress"
uses: styfle/[email protected]
Expand Down

0 comments on commit 81884b3

Please sign in to comment.