Skip to content

Commit

Permalink
Create push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-marafeli-VBL authored Dec 23, 2024
1 parent e4c7771 commit 6d327f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is a basic workflow to help you get started with Actions

name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- run: |
echo "Event ${{ github.event.repository.name }} too"

0 comments on commit 6d327f2

Please sign in to comment.