Skip to content

Commit

Permalink
Disable CI run on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Apr 22, 2024
1 parent bf85cee commit 93ffe13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [push, pull_request]
on:
push:
# This should disable running the workflow on tags
branches:
- "**"
pull_request:

jobs:
build:
Expand Down

0 comments on commit 93ffe13

Please sign in to comment.