diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml new file mode 100644 index 0000000..86dd5c0 --- /dev/null +++ b/.github/workflows/push.yml @@ -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"