Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Feb 12, 2023
1 parent d18306b commit 94c5cac
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI (Ant, PHP 7.3)

on: [push]
on:
push:
tags-ignore:
- '**'
branches:
- '**'

jobs:
build:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build.php74.ant.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI (Ant, PHP 7.4)

on: [push]
on:
push:
tags-ignore:
- '**'
branches:
- '**'

jobs:
build:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build.php80.ant.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI (Ant, PHP 8.0)

on: [push]
on:
push:
tags-ignore:
- '**'
branches:
- '**'

jobs:
build:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build.php81.ant.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI (Ant, PHP 8.1)

on: [push]
on:
push:
tags-ignore:
- '**'
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit 94c5cac

Please sign in to comment.