Skip to content

Commit

Permalink
check1
Browse files Browse the repository at this point in the history
  • Loading branch information
orestonce committed Aug 8, 2024
1 parent 4241c3b commit 08f6bc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
name: push-build-check

# Controls when the workflow will run
on: push
on:
push:
exclude:
tags: true
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down

0 comments on commit 08f6bc8

Please sign in to comment.