Skip to content

Commit

Permalink
Create pre-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Oct 2, 2024
1 parent 62aebd6 commit 4d02c2b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pre-build checks

on:
push:
branches: [ feature/first-bit]
pull_request:
branches: [ feature/first-bit]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
run: echo "Success"

0 comments on commit 4d02c2b

Please sign in to comment.