Skip to content

Commit

Permalink
Update the GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
voegelas committed Jul 26, 2023
1 parent dcb3321 commit 39d052d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
---
name: linux

on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:

jobs:
perl:

runs-on: ubuntu-latest

container:
image: voegelas/debian-devel

steps:
- uses: actions/checkout@v3
- name: perl -V
Expand Down

0 comments on commit 39d052d

Please sign in to comment.