Skip to content

Commit

Permalink
an attempt to redo tags ignoring
Browse files Browse the repository at this point in the history
  • Loading branch information
semteacher committed Jul 30, 2024
1 parent f9439a8 commit e67a530
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/moodle-plugin-ci-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Moodle Plugin CI Push

on: push

on:
push:
branches:
- '**'
tags-ignore:
- '[0-9]+' # Ignore date tags
- '[0-9]+.[0-9]+.[0-9]+' # Ignore date tags
jobs:
test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit e67a530

Please sign in to comment.